Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix
  • Loading branch information
forozco committed Sep 12, 2019
commit 07c66342eed633c3935a779ca10fa5c1ed759a47
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// CHECKSTYLE:OFF

/*
* (c) Copyright 2019 Palantir Technologies Inc. All rights reserved.
*
Expand All @@ -16,6 +14,8 @@
* limitations under the License.
*/

// CHECKSTYLE:OFF

package com.palantir.baseline.errorprone;

import static com.google.common.base.MoreObjects.firstNonNull;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
package com.palantir.baseline.errorprone;

import com.google.errorprone.CompilationTestHelper;
import com.google.errorprone.bugpatterns.UnusedVariable;
import org.checkerframework.framework.qual.Unused;
import org.junit.Before;
import org.junit.Test;

Expand Down