summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorJeroen Frijters <jeroen@sumatra.nl>2005-09-09 12:14:08 +0000
committerJeroen Frijters <jeroen@sumatra.nl>2005-09-09 12:14:08 +0000
commit08ff31b925e7fc5dc697683a666cd93d488b3516 (patch)
treee3d943d5faecea1060dcd37fb8220406e5d74d64 /java
parentfa21fc5866d20257df0c46e336e256c3bc1ceb69 (diff)
downloadclasspath-08ff31b925e7fc5dc697683a666cd93d488b3516.tar.gz
2005-09-09 Jeroen Frijters <jeroen@frijters.net>
* java/lang/reflect/Proxy.java (pack): Initialize field.
Diffstat (limited to 'java')
-rw-r--r--java/lang/reflect/Proxy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/lang/reflect/Proxy.java b/java/lang/reflect/Proxy.java
index 7a5fd30de..401b8ed8a 100644
--- a/java/lang/reflect/Proxy.java
+++ b/java/lang/reflect/Proxy.java
@@ -617,7 +617,7 @@ public class Proxy implements Serializable
* The package this class is in <b>including the trailing dot</b>
* or an empty string for the unnamed (aka default) package.
*/
- String pack;
+ String pack = "";
/**
* The interfaces this class implements. Non-null, but possibly empty.