Skip to content

Commit

Permalink
fixed codacy-bot recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
gregw committed Jan 17, 2017
1 parent e174007 commit c64eb42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public void testEnhancedLogEntry() {
EasyMock.replay(options, logging);
LoggingHandler.Enhancer enhancer = new LoggingHandler.Enhancer() {
@Override
public void enhanceMonitoredResource(com.google.cloud.MonitoredResource.Builder builder) {
public void enhanceMonitoredResource(MonitoredResource.Builder builder) {
throw new IllegalStateException();
}

Expand Down

0 comments on commit c64eb42

Please sign in to comment.