mirror of https://github.com/apache/lucene.git
Fixed typo in error message
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686776 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d0bf6ee91f
commit
0ab15a39be
|
@ -59,5 +59,5 @@ public class DataImportHandlerException extends RuntimeException {
|
||||||
return errCode;
|
return errCode;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final String MSG = " Processing Documemt # ";
|
public static final String MSG = " Processing Document # ";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue