This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 4bbc25f fixed comment (#430)
4bbc25f is described below
commit 4bbc25f3b90516a5d5c0a73bfed33116f85aeb28
Author: Betul Ince <[email protected]>
AuthorDate: Tue Nov 23 23:33:14 2021 +0300
fixed comment (#430)
---
solr/core/src/java/org/apache/solr/schema/AbstractEnumField.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/core/src/java/org/apache/solr/schema/AbstractEnumField.java
b/solr/core/src/java/org/apache/solr/schema/AbstractEnumField.java
index 4bd3071..bd44eb8 100644
--- a/solr/core/src/java/org/apache/solr/schema/AbstractEnumField.java
+++ b/solr/core/src/java/org/apache/solr/schema/AbstractEnumField.java
@@ -86,7 +86,7 @@ public abstract class AbstractEnumField extends
PrimitiveFieldType {
*
* @param schema for opening resources
* @param fieldType Used for logging or error messages
- * @param args the init args to comsume the enum name + config file from
+ * @param args the init args to consume the enum name + config file from
*/
public EnumMapping(IndexSchema schema, FieldType fieldType, Map<String,
String> args) {
final String ftName = fieldType.getTypeName();