diff options
author | Michael Bien <[email protected]> | 2010-04-15 00:50:09 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-15 00:50:09 +0200 |
commit | 932303e3bc60529f70064652778b910e705c32da (patch) | |
tree | 9500906d1b53ff79d5cca55d0731b1e2c51c4442 /make | |
parent | b33315789461b2db2406e9f91a828b4d899997a5 (diff) |
fixed LongIntHashMap build config.
Diffstat (limited to 'make')
-rwxr-xr-x | make/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml index 09bdd7a..74b8d9f 100755 --- a/make/build.xml +++ b/make/build.xml @@ -451,8 +451,8 @@ <antcall target="create-map" inheritrefs="true"> <param name="map.name" value="LongIntHashMap"/> <param name="map.key" value="long"/> - <param name="map.value" value="Object"/> - <param name="map.null" value="null"/> + <param name="map.value" value="int"/> + <param name="map.null" value="0"/> </antcall> <antcall target="create-map" inheritrefs="true"> |