mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 20:20:46 +00:00
committed by
Jindra Petřík
parent
42b314add8
commit
680044eef5
@@ -604,7 +604,7 @@ public class DefaultSyntaxKit extends DefaultEditorKit implements ViewFactory {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the Configurations object for a Kit. Perfrom lazy creation of a
|
||||
* Return the Configurations object for a Kit. Perform lazy creation of a
|
||||
* Configuration object if nothing is created.
|
||||
*
|
||||
* @param kit
|
||||
|
||||
@@ -24,7 +24,7 @@ import java.util.Comparator;
|
||||
public class StringUtils {
|
||||
|
||||
/**
|
||||
* Perfrom a String startsWith match with support for CamelCase.
|
||||
* Perform a String startsWith match with support for CamelCase.
|
||||
* @param word full word
|
||||
* @param abbr abbreviated word
|
||||
* @return true if the word startsWith abbr, or if any uppercase char in abbr
|
||||
|
||||
Reference in New Issue
Block a user