Whitespace

This commit is contained in:
Gary Gregory 2024-01-27 09:00:40 -05:00
parent 840a7cf650
commit 2f51604363
15 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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.

View File

@ -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}.

View File

@ -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.

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Provides some useful event-based utilities.
*

View File

@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Provides functionality for Exceptions.
* <p>Contains the concept of an exception with context i.e. such an exception will contain a map with keys and values.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.
* <p>These classes are immutable, and therefore thread-safe.</p>

View File

@ -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}.
*

View File

@ -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}.

View File

@ -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.
*

View File

@ -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.
*