249250251252253254255256257258259
add = false; break; default: throw new IOException("Malformed features line: should start with + or - " + line); } SQLParserFeature feature = SQLParserFeature.valueOf(line.substring(1)); if (add) features.add(feature); else features.remove(feature); }