We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9e178 commit 03aa077Copy full SHA for 03aa077
1 file changed
src/main/java/org/apache/commons/codec/language/Metaphone.java
@@ -36,8 +36,8 @@
36
* <p>
37
* This class is conditionally thread-safe.
38
* The instance field {@link #maxCodeLen} is mutable {@link #setMaxCodeLen(int)}
39
- * but is not volatile, and accesses are not synchronised.
40
- * If an instance of the class is shared between threads, the caller needs to ensure that suitable synchronisation
+ * but is not volatile, and accesses are not synchronized.
+ * If an instance of the class is shared between threads, the caller needs to ensure that suitable synchronization
41
* is used to ensure safe publication of the value between threads, and must not invoke {@link #setMaxCodeLen(int)}
42
* after initial setup.
43
*
0 commit comments