Author: sebb
Date: Tue Apr  9 00:41:12 2013
New Revision: 1465848

URL: http://svn.apache.org/r1465848
Log:
Fix up ambiguous description

Modified:
    
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java

Modified: 
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java?rev=1465848&r1=1465847&r2=1465848&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java
 (original)
+++ 
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java
 Tue Apr  9 00:41:12 2013
@@ -38,8 +38,9 @@ import java.util.TreeSet;
  * pan-european 'average' representation, allowing comparison between 
different versions of essentially
  * the same word from different languages.
  * <p>
- * This class is intentionally immutable. If you wish to alter the settings 
for a PhoneticEngine, you
- * must make a new one with the updated settings. This makes the class 
thread-safe.
+ * This class is intentionally immutable and thread-safe.
+ * If you wish to alter the settings for a PhoneticEngine, you
+ * must make a new one with the updated settings.
  * <p>
  * Ported from phoneticengine.php
  *


Reply via email to