Skip to content

Commit 233514d

Browse files
committed
OPENNLP-1886: Document the StemmerUtil constructor
1 parent 3a8cac8 commit 233514d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/stemmer/light

opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/stemmer/light/StemmerUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
*/
2424
final class StemmerUtil {
2525

26+
/** Prevents construction of this utility class. */
2627
private StemmerUtil() {
2728
}
2829

0 commit comments

Comments
 (0)