Skip to content

Commit 915f6d7

Browse files
committed
Added missing version tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1376690 13f79535-47bb-0310-9956-ffa450edef68
1 parent 555b2b5 commit 915f6d7

8 files changed

Lines changed: 10 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
* splitting on pipe (<code>|</code>) and indexing under each of these alternatives.
6666
*
6767
* @since 1.6
68+
* @version $Id$
6869
*/
6970
public class BeiderMorseEncoder implements StringEncoder {
7071
// Implementation note: This class is a spring-friendly facade to PhoneticEngine. It allows read/write configuration

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
* Port of lang.php
6767
*
6868
* @since 1.6
69+
* @version $Id$
6970
*/
7071
public class Lang {
7172
// Implementation note: This class is divided into two sections. The first part is a static factory interface that

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@
4343
* </ul>
4444
* <p>
4545
* Ported from language.php
46+
* <p>
47+
* This class is immutable and thread-safe.
4648
*
4749
* @since 1.6
48-
*
49-
* <p>This class is immutable and thread-safe.</p>
50+
* @version $Id$
5051
*/
5152
public class Languages {
5253
// Iimplementation note: This class is divided into two sections. The first part is a static factory interface that

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* specifically tuned to family names, and may not work well at all for general text.
2424
*
2525
* @since 1.6
26+
* @version $Id$
2627
*/
2728
public enum NameType {
2829

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
* Ported from phoneticengine.php
4545
*
4646
* @since 1.6
47+
* @version $Id$
4748
*/
4849
public class PhoneticEngine {
4950

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* <p>This class is immutable and thread-safe.</p>
2626
*
2727
* @since 1.6
28+
* @version $Id$
2829
*/
2930
class ResourceConstants {
3031

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
* </ul>
7676
*
7777
* @since 1.6
78+
* @version $Id$
7879
*/
7980
public class Rule {
8081

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* Types of rule.
2222
*
2323
* @since 1.6
24+
* @version $Id$
2425
*/
2526
public enum RuleType {
2627

0 commit comments

Comments
 (0)