Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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