Generated by
JDiff

Class com.google.common.base.Strings

Added Methods
String lenientFormat(String, Object[]) Returns the given {@code template} string with each occurrence of {@code "%s"} replaced with the corresponding argument value from {@code args}; or, if the placeholder and argument counts do not match, returns a best-effort form of that string.