Searched refs:trimLine (Results 1 – 1 of 1) sorted by relevance
90 String trimLine = line.trim(); in parseFile() local92 if (trimLine.length() > 0 && !trimLine.startsWith("#")) { in parseFile()94 String[] phases = trimLine.split("="); in parseFile()