File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/example/compute/errorreporting Expand file tree Collapse file tree 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.
1818 <packaging >jar</packaging >
1919 <version >1.0-SNAPSHOT</version >
2020 <groupId >com.example.compute</groupId >
21- <artifactId >compute-stackdriver </artifactId >
21+ <artifactId >compute-error-reporting </artifactId >
2222
2323 <dependencies >
2424 <!-- [START dependencies] -->
@@ -44,7 +44,7 @@ Copyright 2016 Google Inc. All Rights Reserved.
4444 <configuration >
4545 <archive >
4646 <manifest >
47- <mainClass >com.example.compute.stackdriver .ExceptionUtil</mainClass >
47+ <mainClass >com.example.compute.errorreporting .ExceptionUtil</mainClass >
4848 </manifest >
4949 </archive >
5050 <descriptorRefs >
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .example .compute .stackdriver ;
17+ package com .example .compute .errorreporting ;
1818
1919import org .fluentd .logger .FluentLogger ;
2020
You can’t perform that action at this time.
0 commit comments