Skip to content

Commit 791c721

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1539823 13f79535-47bb-0310-9956-ffa450edef68
1 parent 214efef commit 791c721

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/main/java/org/apache/commons/codec/language/bm/RuleType.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ public enum RuleType {
3838
this.name = name;
3939
}
4040

41+
/**
42+
* Gets the rule name.
43+
*
44+
* @return the rule name.
45+
*/
4146
public String getName() {
4247
return this.name;
4348
}

0 commit comments

Comments
 (0)