Skip to content

Commit cd07f50

Browse files
committed
improve javadoc
1 parent 6262344 commit cd07f50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/AnalyzerGuru.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -869,12 +869,12 @@ private static AnalyzerFactory findFactory(Class<?> factoryClass)
869869
}
870870

871871
/**
872-
* Finds a suitable analyser class for file name. If the analyzer cannot be
872+
* Finds a suitable analyzer class for file name. If the analyzer cannot be
873873
* determined by the file extension, try to look at the data in the
874874
* InputStream to find a suitable analyzer.
875-
*
875+
* <p>
876876
* Use if you just want to find file type.
877-
*
877+
* </p>
878878
* @param in The input stream containing the data
879879
* @param file The file name to get the analyzer for
880880
* @return the analyzer factory to use

0 commit comments

Comments
 (0)