Github user carlspring commented on a diff in the pull request:

    https://github.com/apache/maven-indexer/pull/17#discussion_r130086143
  
    --- Diff: 
indexer-core/src/main/java/org/apache/maven/index/FieldTypeFactory.java ---
    @@ -0,0 +1,19 @@
    +package org.apache.maven.index;
    +
    +import org.apache.lucene.document.FieldType;
    +
    +public class FieldTypeFactory {
    +   
    +   private static StoredNotAnalyzedFieldType snaft = new 
StoredNotAnalyzedFieldType();
    --- End diff --
    
    Could you also please use the project's code formatting convention?



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to