From 2c661756f45c5fb1fa6e886b55ef43e2fefce5aa Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Mon, 18 Oct 2004 12:22:51 +0000 Subject: [multiple changes] 2004-10-18 Michael Koch * 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 * java/security/IdentityScope.java (systemScope): Removed useless initializer. * java/security/Policy.java (currentPolicy): Likewise. From-SVN: r89210 --- libjava/java/security/IdentityScope.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/java/security/IdentityScope.java') diff --git a/libjava/java/security/IdentityScope.java b/libjava/java/security/IdentityScope.java index 5965a00a122..004f4ee4e3c 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 -- cgit v1.2.3