mirror of https://github.com/apache/lucene.git
SOLR-6476 error message fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fa6fc130a4
commit
c4f4d6efab
|
@ -92,7 +92,7 @@ public class CommandOperation {
|
|||
return val;
|
||||
|
||||
}
|
||||
static final String REQD = "'{0}' is a required field";
|
||||
static final String REQD = "''{0}'' is a required field";
|
||||
|
||||
|
||||
/**Get collection of values for a key. If only one val is present a
|
||||
|
|
Loading…
Reference in New Issue