aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/commons/lang3/ObjectUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/commons/lang3/ObjectUtils.java')
-rw-r--r--src/org/apache/commons/lang3/ObjectUtils.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/apache/commons/lang3/ObjectUtils.java b/src/org/apache/commons/lang3/ObjectUtils.java
index a75184c..21de29a 100644
--- a/src/org/apache/commons/lang3/ObjectUtils.java
+++ b/src/org/apache/commons/lang3/ObjectUtils.java
@@ -201,7 +201,7 @@ public class ObjectUtils {
/**
* <p>Gets the hash code for multiple objects.</p>
- *
+ *
* <p>This allows a hash code to be rapidly calculated for a number of objects.
* The hash code for a single object is the <em>not</em> same as {@link #hashCode(Object)}.
* The hash code for multiple objects is the same as that calculated by an
@@ -462,7 +462,7 @@ public class ObjectUtils {
//-----------------------------------------------------------------------
/**
* Find the most frequently occurring item.
- *
+ *
* @param <T> type of values processed by this method
* @param items to check
* @return most populous T, {@code null} if non-unique or no items supplied