We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6262344 commit cd07f50Copy full SHA for cd07f50
opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/AnalyzerGuru.java
@@ -869,12 +869,12 @@ private static AnalyzerFactory findFactory(Class<?> factoryClass)
869
}
870
871
/**
872
- * Finds a suitable analyser class for file name. If the analyzer cannot be
+ * Finds a suitable analyzer class for file name. If the analyzer cannot be
873
* determined by the file extension, try to look at the data in the
874
* InputStream to find a suitable analyzer.
875
- *
+ * <p>
876
* Use if you just want to find file type.
877
+ * </p>
878
* @param in The input stream containing the data
879
* @param file The file name to get the analyzer for
880
* @return the analyzer factory to use
0 commit comments