summaryrefslogtreecommitdiff
path: root/java/lang/reflect/Proxy.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/lang/reflect/Proxy.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.