diff options
| author | Jeroen Frijters <jeroen@sumatra.nl> | 2005-09-09 12:14:08 +0000 |
|---|---|---|
| committer | Jeroen Frijters <jeroen@sumatra.nl> | 2005-09-09 12:14:08 +0000 |
| commit | 08ff31b925e7fc5dc697683a666cd93d488b3516 (patch) | |
| tree | e3d943d5faecea1060dcd37fb8220406e5d74d64 /java/lang/reflect | |
| parent | fa21fc5866d20257df0c46e336e256c3bc1ceb69 (diff) | |
| download | classpath-08ff31b925e7fc5dc697683a666cd93d488b3516.tar.gz | |
2005-09-09 Jeroen Frijters <jeroen@frijters.net>
* java/lang/reflect/Proxy.java
(pack): Initialize field.
Diffstat (limited to 'java/lang/reflect')
| -rw-r--r-- | java/lang/reflect/Proxy.java | 2 |
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. |
