Remove an unused method

This commit is contained in:
jvoisin
2019-10-24 21:42:50 +02:00
parent 332718386b
commit 6b54086590
@@ -255,15 +255,6 @@ public final class StringUtil {
.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.
*