Format.java: Cleaned up imports.
2004-05-05 Tom Tromey <tromey@redhat.com> * java/text/Format.java: Cleaned up imports. * java/text/DecimalFormat.java: Cleaned up imports. * java/security/SecureRandom.java: Cleaned up imports. (SecureRandom): Removed unused variable. * java/security/UnresolvedPermission.java: Cleaned up imports. * java/util/Date.java (parse): Removed unused variable. * java/util/ResourceBundle.java: Cleaned up imports. (getBundle): Removed unused variable. (tryBundle): Likewise. * java/util/regex/Pattern.java (Pattern): Removed unused constructor. From-SVN: r81503
This commit is contained in:
parent
b335a54914
commit
d70bd7fff0
7 changed files with 17 additions and 21 deletions
|
@ -37,7 +37,6 @@ exception statement from your version. */
|
|||
|
||||
package java.security;
|
||||
|
||||
import java.io.Serializable;
|
||||
// All uses of Certificate in this file refer to the one in the listed
|
||||
// package, not this one.
|
||||
import java.security.cert.Certificate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue