Skip to content

Commit 1471bc3

Browse files
committed
Add @SInCE 1.7
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1298991 13f79535-47bb-0310-9956-ffa450edef68
1 parent 89de3df commit 1471bc3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/apache/commons/codec/language/Nysiis.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
* @see <a href="http://en.wikipedia.org/wiki/NYSIIS">NYSIIS on Wikipedia</a>
6565
* @see <a href="http://www.dropby.com/NYSIIS.html">NYSIIS on dropby.com</a>
6666
* @see Soundex
67+
* @since 1.7
6768
* @version $Id$
6869
*/
6970
public class Nysiis implements StringEncoder {

src/test/java/org/apache/commons/codec/language/NysiisTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
/**
2727
* Tests {@link Nysiis}
2828
*
29+
* @since 1.7
2930
* @version $Id$
3031
*/
3132
public class NysiisTest extends StringEncoderAbstractTest {

0 commit comments

Comments
 (0)