Remove an unused method
This commit is contained in:
@@ -255,15 +255,6 @@ public final class StringUtil {
|
|||||||
.toArray();
|
.toArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Determines whether a is equal to b, taking null into account.
|
|
||||||
*
|
|
||||||
* @return Whether a and b are equal, or both null.
|
|
||||||
*/
|
|
||||||
public static boolean isEqual(Object a, Object b) {
|
|
||||||
return Objects.equals(a, b);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parses a locale from the given string.
|
* Parses a locale from the given string.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user