removed unused import. Eclipse reported it in the task list, so I needed fix

it ;-)
This commit is contained in:
Oliver Burn 2002-11-02 07:27:09 +00:00
parent a2fded8ed7
commit 90c0f0affe
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
package com.puppycrawl.tools.checkstyle.api;
import java.util.Map;
import java.util.Arrays;
/**
* The base class for checks.