[SOLR-3902] - minor fixes (imports / warnings)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421108 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tommaso Teofili 2012-12-13 07:58:27 +00:00
parent 4fd821cdfa
commit 7e7bfe1f4d
2 changed files with 1 additions and 2 deletions

View File

@ -20,6 +20,7 @@ package org.apache.solr.uima.processor;
/**
* Exception thrown when an error happening while mapping UIMA CAS model to Solr fields
*/
@SuppressWarnings("serial")
public class FieldMappingException extends Exception {
public FieldMappingException(Exception e) {
super(e);

View File

@ -17,8 +17,6 @@ package org.apache.solr.uima.processor;
* limitations under the License.
*/
import java.net.URL;
import java.net.URLConnection;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;