java/alt2xml-lib-input/src/cz/frantovo/alt2xml/ParserFactory.java
changeset 39 a5020340362b
parent 37 03f940508c72
child 99 fadfde5b3e55
     1.1 --- a/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/ParserFactory.java	Sun Jun 08 11:24:03 2014 +0200
     1.2 +++ b/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/ParserFactory.java	Sun Jun 08 15:00:19 2014 +0200
     1.3 @@ -118,7 +118,7 @@
     1.4  	@Override
     1.5  	public void setFeature(String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException {
     1.6  		/**
     1.7 -		 * TODO: feature for disabling default SAXParserFactory
     1.8 +		 * TODO: feature for disabling default/fallback SAXParserFactory
     1.9  		 */
    1.10  		throw new SAXNotSupportedException("Zatím není podporováno.");
    1.11  	}