diff options
| author | admiyo <admiyo@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-11-04 19:48:54 +0000 |
|---|---|---|
| committer | admiyo <admiyo@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-11-04 19:48:54 +0000 |
| commit | 4f97d6f686b00237d06bd34c70f8cad5abbff74d (patch) | |
| tree | 29f460096a3e1db43ae16e8b1c6713d6047d15dc /pki/base/silent/src/http/HTMLDocument.java | |
| parent | 5b4ff55e683c897a7b48fed2717bb0e7e7049b21 (diff) | |
Cleanup imports
Automated changes done by Eclipse
Minor tweak to one file where Eclipse was tring to find an import for Any
Due to finding it in an annotated comment.
https://bugzilla.redhat.com/show_bug.cgi?id=728303
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2292 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/silent/src/http/HTMLDocument.java')
| -rw-r--r-- | pki/base/silent/src/http/HTMLDocument.java | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/pki/base/silent/src/http/HTMLDocument.java b/pki/base/silent/src/http/HTMLDocument.java index 5fcb5343b..944d45a02 100644 --- a/pki/base/silent/src/http/HTMLDocument.java +++ b/pki/base/silent/src/http/HTMLDocument.java @@ -16,10 +16,13 @@ // All rights reserved. // --- END COPYRIGHT BLOCK --- -import java.io.*; -import java.net.*; -import java.util.*; -import java.util.regex.*; +import java.io.File; +import java.net.MalformedURLException; +import java.net.URL; +import java.util.LinkedHashSet; +import java.util.StringTokenizer; +import java.util.regex.Matcher; +import java.util.regex.Pattern; |
