mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-08 13:08:34 +00:00
spelling: efficient
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
b0ca5a8117
commit
f9ece53de2
@@ -280,7 +280,7 @@ public class ReflectUtils {
|
||||
* any that may be thrown.
|
||||
* This will also find a setter that accepts an interface that the value
|
||||
* implements.
|
||||
* <b>This is still not very effcient and should only be called if
|
||||
* <b>This is still not very efficient and should only be called if
|
||||
* performance is not of an issue.</b>
|
||||
* You can check the return value to see if the call was seuccessful or
|
||||
* not.
|
||||
|
||||
@@ -30,7 +30,7 @@ public class StringUtils {
|
||||
* @return true if the word startsWith abbr, or if any uppercase char in abbr
|
||||
* matches the next uppercase char in word
|
||||
*
|
||||
* FIXME: not so effecient as it creates a StringBuilder, but works
|
||||
* FIXME: not so efficient as it creates a StringBuilder, but works
|
||||
* FIXME: add {@code Comparator<String, String>}
|
||||
*/
|
||||
public static boolean camelCaseMatch(String word, String abbr) {
|
||||
|
||||
Reference in New Issue
Block a user