Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8dc76e6
)
Fix messed up noninitialized things
author
Mark Slee
<mcslee@apache.org>
Wed, 11 Apr 2007 08:57:07 +0000
(08:57 +0000)
committer
Mark Slee
<mcslee@apache.org>
Wed, 11 Apr 2007 08:57:07 +0000
(08:57 +0000)
Reviewed By: danli
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665096
13f79535
-47bb-0310-9956-
ffa450edef68
test/java/src/TestServer.java
patch
|
blob
|
history
diff --git
a/test/java/src/TestServer.java
b/test/java/src/TestServer.java
index
d89ea21
..
6f1643e
100644
(file)
--- a/
test/java/src/TestServer.java
+++ b/
test/java/src/TestServer.java
@@
-163,6
+163,9
@@
public class TestServer {
goodbye.i64_thing = (long)4;
Insanity crazy = new Insanity();
+ crazy.userMap = new HashMap<Integer, Long>();
+ crazy.xtructs = new ArrayList<Xtruct>();
+
crazy.userMap.put(Numberz.EIGHT, (long)8);
crazy.xtructs.add(goodbye);