File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/java.desktop/share/classes/javax/swing/plaf/synth Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 3535import java .io .IOException ;
3636import java .io .InputStream ;
3737import java .net .URL ;
38- import java .net .URLClassLoader ;
3938import java .text .ParseException ;
4039import java .util .ArrayList ;
4140import java .util .HashMap ;
@@ -201,9 +200,6 @@ class SynthParser extends DefaultHandler {
201200 /**
202201 * Parses a set of styles from <code>inputStream</code>, adding the
203202 * resulting styles to the passed in DefaultSynthStyleFactory.
204- * Resources are resolved either from a URL or from a Class. When calling
205- * this method, one of the URL or the Class must be null but not both at
206- * the same time.
207203 *
208204 * @param inputStream XML document containing the styles to read
209205 * @param factory DefaultSynthStyleFactory that new styles are added to
You can’t perform that action at this time.
0 commit comments