You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2021/11/23 20:33:22 UTC

[solr] branch main updated: fixed comment (#430)

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 <44...@users.noreply.github.com>
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();