diff options
author | Michael Koch <mkoch@gcc.gnu.org> | 2004-10-18 12:22:51 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2004-10-18 12:22:51 +0000 |
commit | 2c661756f45c5fb1fa6e886b55ef43e2fefce5aa (patch) | |
tree | 0744e959e63d1b1704ac5749be0d6aa79a9a5785 /libjava/java/security/IdentityScope.java | |
parent | 2cd0e9f4ed39c4040861c446f2cc50b62381715f (diff) | |
download | gcc-2c661756f45c5fb1fa6e886b55ef43e2fefce5aa.zip gcc-2c661756f45c5fb1fa6e886b55ef43e2fefce5aa.tar.gz gcc-2c661756f45c5fb1fa6e886b55ef43e2fefce5aa.tar.bz2 |
[multiple changes]
2004-10-18 Michael Koch <konqueror@gmx.de>
* gnu/java/net/protocol/http/Connection.java,
java/nio/MappedByteBufferImpl.java,
java/text/RuleBasedCollator.java,
java/util/ResourceBundle.java:
Reworked import statements.
2004-10-18 Jeroen Frijters <jeroen@frijters.net>
* java/security/IdentityScope.java
(systemScope): Removed useless initializer.
* java/security/Policy.java
(currentPolicy): Likewise.
From-SVN: r89210
Diffstat (limited to 'libjava/java/security/IdentityScope.java')
-rw-r--r-- | libjava/java/security/IdentityScope.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/security/IdentityScope.java b/libjava/java/security/IdentityScope.java index 5965a00..004f4ee 100644 --- a/libjava/java/security/IdentityScope.java +++ b/libjava/java/security/IdentityScope.java @@ -71,7 +71,7 @@ import java.util.Enumeration; public abstract class IdentityScope extends Identity { private static final long serialVersionUID = -2337346281189773310L; - private static IdentityScope systemScope = null; + private static IdentityScope systemScope; /** * This constructor is used for serialization only and should not be used by |