Skip to content

Commit 6891490

Browse files
committed
8353324: Clean up of comments and import after 8319192
Reviewed-by: dnguyen, kizune
1 parent 07fd666 commit 6891490

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/java.desktop/share/classes/javax/swing/plaf/synth/SynthParser.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
import java.io.IOException;
3636
import java.io.InputStream;
3737
import java.net.URL;
38-
import java.net.URLClassLoader;
3938
import java.text.ParseException;
4039
import java.util.ArrayList;
4140
import 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

0 commit comments

Comments
 (0)