Skip to content

Commit

Permalink
Reorder imports in PreConditionsVerifier.java
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Dec 16, 2024
1 parent b00bb52 commit b512443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/resources/refaster/PreConditionsVerifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
*/
package foo;

import java.util.List;
import java.util.Map;

import com.google.errorprone.refaster.annotation.BeforeTemplate;
import com.sun.tools.javac.util.Constants;
import com.sun.tools.javac.util.Convert;

import java.util.List;
import java.util.Map;

/**
* A refaster template to test when a `UsesType`and Preconditions.or should or should not be applied to the Preconditions check.
*/
Expand Down

0 comments on commit b512443

Please sign in to comment.