Skip to content

Commit 2e92a87

Browse files
committed
Add since tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1542832 13f79535-47bb-0310-9956-ffa450edef68
1 parent c170f6b commit 2e92a87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/main/java/org/apache/commons/codec/language/bm

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ public static List<Rule> getInstance(final NameType nameType, final RuleType rt,
310310
* @param langs
311311
* the set of languages to consider
312312
* @return a map containing all Rules that apply, grouped by the first character of the rule pattern
313+
* @since 1.9
313314
*/
314315
public static Map<String, List<Rule>> getInstanceMap(final NameType nameType, final RuleType rt,
315316
final Languages.LanguageSet langs) {
@@ -327,6 +328,7 @@ public static Map<String, List<Rule>> getInstanceMap(final NameType nameType, fi
327328
* @param lang
328329
* the language to consider
329330
* @return a map containing all Rules that apply, grouped by the first character of the rule pattern
331+
* @since 1.9
330332
*/
331333
public static Map<String, List<Rule>> getInstanceMap(final NameType nameType, final RuleType rt,
332334
final String lang) {

0 commit comments

Comments
 (0)