7374757677787980818283
} Collections.sort(rows); for (String row : rows) { int index = row.indexOf('\b'); if (index > 0) { addFSE(new JIFSFfragmentJar(row.substring(index + 1), row.substring(0, index), this)); } else { addFSE(new JIFSFpluginJar(row, this)); } }