diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 803e8fd4b..4662f6384 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -722,7 +722,7 @@ The type attribute can be add,update,fix,remove. Failing tests with Java 8 b128 - + ReflectionToStringBuilder.toString does not debug 3rd party object fields within 3rd party object Add methods for removing all invalid characters according to XML 1.0 and XML 1.1 in an input string to StringEscapeUtils NumericEntityEscaper incorrectly encodes supplementary characters diff --git a/src/main/java/org/apache/commons/lang3/concurrent/package-info.java b/src/main/java/org/apache/commons/lang3/concurrent/package-info.java index a283a86d0..08d97f6d2 100644 --- a/src/main/java/org/apache/commons/lang3/concurrent/package-info.java +++ b/src/main/java/org/apache/commons/lang3/concurrent/package-info.java @@ -138,7 +138,7 @@ *

* *

- * Now, which one of the lazy initializer implementations should you use? First of all we have to state that is is + * Now, which one of the lazy initializer implementations should you use? First of all we have to state that is * problematic to give general recommendations regarding the performance of these classes. The initializers make use of * low-level functionality whose efficiency depends on multiple factors including the target platform and the number of * concurrent threads. So developers should make their own benchmarks in scenarios close to their specific use cases.