File tree 3 files changed +3
-3
lines changed
src/main/java/com/example/compute/errorreporting
3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Copyright 2016 Google Inc. All Rights Reserved.
18
18
<packaging >jar</packaging >
19
19
<version >1.0-SNAPSHOT</version >
20
20
<groupId >com.example.compute</groupId >
21
- <artifactId >compute-stackdriver </artifactId >
21
+ <artifactId >compute-error-reporting </artifactId >
22
22
23
23
<dependencies >
24
24
<!-- [START dependencies] -->
@@ -44,7 +44,7 @@ Copyright 2016 Google Inc. All Rights Reserved.
44
44
<configuration >
45
45
<archive >
46
46
<manifest >
47
- <mainClass >com.example.compute.stackdriver .ExceptionUtil</mainClass >
47
+ <mainClass >com.example.compute.errorreporting .ExceptionUtil</mainClass >
48
48
</manifest >
49
49
</archive >
50
50
<descriptorRefs >
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package com .example .compute .stackdriver ;
17
+ package com .example .compute .errorreporting ;
18
18
19
19
import org .fluentd .logger .FluentLogger ;
20
20
You can’t perform that action at this time.
0 commit comments