diff --git a/src/main/java/org/apache/commons/lang3/arch/package-info.java b/src/main/java/org/apache/commons/lang3/arch/package-info.java index f2561907a..ddf56cb90 100644 --- a/src/main/java/org/apache/commons/lang3/arch/package-info.java +++ b/src/main/java/org/apache/commons/lang3/arch/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Provides classes to work with the values of the os.arch system property. * @since 3.6 diff --git a/src/main/java/org/apache/commons/lang3/builder/package-info.java b/src/main/java/org/apache/commons/lang3/builder/package-info.java index 910d72266..f080312d9 100644 --- a/src/main/java/org/apache/commons/lang3/builder/package-info.java +++ b/src/main/java/org/apache/commons/lang3/builder/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Assists in creating consistent {@code equals(Object)}, {@code toString()}, {@code hashCode()}, and {@code compareTo(Object)} methods. * These classes are not thread-safe. diff --git a/src/main/java/org/apache/commons/lang3/concurrent/locks/package-info.java b/src/main/java/org/apache/commons/lang3/concurrent/locks/package-info.java index 430e63404..a185ae254 100644 --- a/src/main/java/org/apache/commons/lang3/concurrent/locks/package-info.java +++ b/src/main/java/org/apache/commons/lang3/concurrent/locks/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Provides support classes for multi-threaded programming. This package is intended to be an extension to * {@link java.util.concurrent.locks}. 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 08d97f6d2..b4260b0ff 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 @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Provides support classes for multi-threaded programming. This package is intended to be an extension to * {@link java.util.concurrent}. These classes are thread-safe. diff --git a/src/main/java/org/apache/commons/lang3/event/package-info.java b/src/main/java/org/apache/commons/lang3/event/package-info.java index 0227a16bc..e0a31ec81 100644 --- a/src/main/java/org/apache/commons/lang3/event/package-info.java +++ b/src/main/java/org/apache/commons/lang3/event/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Provides some useful event-based utilities. * diff --git a/src/main/java/org/apache/commons/lang3/exception/package-info.java b/src/main/java/org/apache/commons/lang3/exception/package-info.java index 1fa0e626d..bf7d0d790 100644 --- a/src/main/java/org/apache/commons/lang3/exception/package-info.java +++ b/src/main/java/org/apache/commons/lang3/exception/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Provides functionality for Exceptions. *
Contains the concept of an exception with context i.e. such an exception will contain a map with keys and values. diff --git a/src/main/java/org/apache/commons/lang3/function/package-info.java b/src/main/java/org/apache/commons/lang3/function/package-info.java index e9b9c9dea..075a2dc9e 100644 --- a/src/main/java/org/apache/commons/lang3/function/package-info.java +++ b/src/main/java/org/apache/commons/lang3/function/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Provides functional interfaces to complement those in {@code java.lang.function} and utilities for working with Java * 8 lambdas. diff --git a/src/main/java/org/apache/commons/lang3/math/package-info.java b/src/main/java/org/apache/commons/lang3/math/package-info.java index c63e4d4e7..978064e9d 100644 --- a/src/main/java/org/apache/commons/lang3/math/package-info.java +++ b/src/main/java/org/apache/commons/lang3/math/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Extends {@link java.math} for business mathematical classes. * This package is intended for business mathematical use, not scientific use. diff --git a/src/main/java/org/apache/commons/lang3/mutable/package-info.java b/src/main/java/org/apache/commons/lang3/mutable/package-info.java index 1b5aaec70..f87eb96d8 100644 --- a/src/main/java/org/apache/commons/lang3/mutable/package-info.java +++ b/src/main/java/org/apache/commons/lang3/mutable/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Provides typed mutable wrappers to primitive values and Object. * These wrappers are similar to the wrappers provided by the Java API, but allow the wrapped value to be changed without needing to create a separate wrapper object. diff --git a/src/main/java/org/apache/commons/lang3/package-info.java b/src/main/java/org/apache/commons/lang3/package-info.java index 7d880e1b5..88019fbb9 100644 --- a/src/main/java/org/apache/commons/lang3/package-info.java +++ b/src/main/java/org/apache/commons/lang3/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Provides highly reusable static utility methods, chiefly concerned with adding value to the {@link java.lang} classes. * Most of these classes are immutable and thus thread-safe. diff --git a/src/main/java/org/apache/commons/lang3/reflect/package-info.java b/src/main/java/org/apache/commons/lang3/reflect/package-info.java index 9e242883a..c6bc51975 100644 --- a/src/main/java/org/apache/commons/lang3/reflect/package-info.java +++ b/src/main/java/org/apache/commons/lang3/reflect/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Accumulates common high-level uses of the {@code java.lang.reflect} APIs. *
These classes are immutable, and therefore thread-safe.
diff --git a/src/main/java/org/apache/commons/lang3/stream/package-info.java b/src/main/java/org/apache/commons/lang3/stream/package-info.java index 0648fd258..d3164d684 100644 --- a/src/main/java/org/apache/commons/lang3/stream/package-info.java +++ b/src/main/java/org/apache/commons/lang3/stream/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Provides utility classes to complement those in {@link java.util.stream}. * diff --git a/src/main/java/org/apache/commons/lang3/time/package-info.java b/src/main/java/org/apache/commons/lang3/time/package-info.java index 8383ad1c0..501124c38 100644 --- a/src/main/java/org/apache/commons/lang3/time/package-info.java +++ b/src/main/java/org/apache/commons/lang3/time/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Provides classes and methods to work with dates and durations. * These classes are immutable (and therefore thread-safe) apart from {@link org.apache.commons.lang3.time.StopWatch}. diff --git a/src/main/java/org/apache/commons/lang3/tuple/package-info.java b/src/main/java/org/apache/commons/lang3/tuple/package-info.java index b58034460..f8c276385 100644 --- a/src/main/java/org/apache/commons/lang3/tuple/package-info.java +++ b/src/main/java/org/apache/commons/lang3/tuple/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Tuple classes, starting with a Pair class in version 3.0. * diff --git a/src/main/java/org/apache/commons/lang3/util/package-info.java b/src/main/java/org/apache/commons/lang3/util/package-info.java index cd773b0cb..6b139e137 100644 --- a/src/main/java/org/apache/commons/lang3/util/package-info.java +++ b/src/main/java/org/apache/commons/lang3/util/package-info.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** * Provides classes that work with the Java {@link java.util} package. *