Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1ffdc48

Browse files
committedOct 29, 2019
Remove unused import.
Removed last reference in commit 71d94b3.
1 parent 510c3cc commit 1ffdc48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/main/java/com/github/fge/jsonschema/core/keyword/syntax/checkers/SyntaxChecker.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@
2222
import com.github.fge.jackson.NodeType;
2323
import com.github.fge.jackson.jsonpointer.JsonPointer;
2424
import com.github.fge.jsonschema.core.exceptions.ProcessingException;
25-
import com.github.fge.jsonschema.core.report.ProcessingReport;
2625
import com.github.fge.jsonschema.core.keyword.syntax.SyntaxProcessor;
26+
import com.github.fge.jsonschema.core.report.ProcessingReport;
2727
import com.github.fge.jsonschema.core.tree.SchemaTree;
2828
import com.github.fge.msgsimple.bundle.MessageBundle;
29-
import com.google.common.annotations.VisibleForTesting;
3029

3130
import java.util.Collection;
3231
import java.util.EnumSet;

0 commit comments

Comments
 (0)
Please sign in to comment.