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 e0c2555 commit 8111437Copy full SHA for 8111437
1 file changed
src/main/java/org/apache/commons/codec/net/QCodec.java
@@ -39,8 +39,8 @@
39
* <p>
40
* This class is conditionally thread-safe.
41
* The instance field for encoding blanks is mutable {@link #setEncodeBlanks(boolean)}
42
- * but is not volatile, and accesses are not synchronised.
43
- * 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
44
* is used to ensure safe publication of the value between threads, and must not invoke
45
* {@link #setEncodeBlanks(boolean)} after initial setup.
46
* </p>
0 commit comments