Skip to content

Commit

Permalink
Rename stackdriver to error-reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shun Fan committed Apr 29, 2016
1 parent 063f365 commit ef4fef9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Copyright 2016 Google Inc. All Rights Reserved.
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<groupId>com.example.compute</groupId>
<artifactId>compute-stackdriver</artifactId>
<artifactId>compute-error-reporting</artifactId>

<dependencies>
<!-- [START dependencies] -->
Expand All @@ -44,7 +44,7 @@ Copyright 2016 Google Inc. All Rights Reserved.
<configuration>
<archive>
<manifest>
<mainClass>com.example.compute.stackdriver.ExceptionUtil</mainClass>
<mainClass>com.example.compute.errorreporting.ExceptionUtil</mainClass>
</manifest>
</archive>
<descriptorRefs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.example.compute.stackdriver;
package com.example.compute.errorreporting;

import org.fluentd.logger.FluentLogger;

Expand Down

0 comments on commit ef4fef9

Please sign in to comment.