Skip to content

Commit ef4fef9

Browse files
author
Shun Fan
committed
Rename stackdriver to error-reporting
1 parent 063f365 commit ef4fef9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

compute/stackdriver/pom.xml renamed to compute/error-reporting/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

compute/stackdriver/src/main/java/com/example/compute/stackdriver/ExceptionUtil.java renamed to compute/error-reporting/src/main/java/com/example/compute/errorreporting/ExceptionUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.example.compute.stackdriver;
17+
package com.example.compute.errorreporting;
1818

1919
import org.fluentd.logger.FluentLogger;
2020

0 commit comments

Comments
 (0)