144145146147148149150151152153154
propertyNames.remove(specifiedName); } } if(chunk == null) { if(handler.endsOnPropertySeparator()) { if(propertyNames.size() == 1) { candidates.add(propertyNames.get(0) + '='); } else { candidates.addAll(propertyNames); Collections.sort(candidates);
132133134135136137138139140141142
134135136137138139140141142143144