mirror of https://github.com/apache/lucene.git
[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:
parent
4fd821cdfa
commit
7e7bfe1f4d
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue