mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 12:00:45 +00:00
@@ -227,7 +227,7 @@ public class Highlighting implements Serializable {
|
||||
}
|
||||
|
||||
private static List<Highlighting> getSpecificHighlights(String text, String txtOpen, String txtClose, String txtEnd) {
|
||||
List<Highlighting> ret = new ArrayList<Highlighting>();
|
||||
List<Highlighting> ret = new ArrayList<>();
|
||||
int pos = 0;
|
||||
while (true) {
|
||||
int openpos = text.indexOf(txtOpen);
|
||||
|
||||
Reference in New Issue
Block a user