aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-04-15 00:50:09 +0200
committerMichael Bien <[email protected]>2010-04-15 00:50:09 +0200
commit932303e3bc60529f70064652778b910e705c32da (patch)
tree9500906d1b53ff79d5cca55d0731b1e2c51c4442 /make
parentb33315789461b2db2406e9f91a828b4d899997a5 (diff)
fixed LongIntHashMap build config.
Diffstat (limited to 'make')
-rwxr-xr-xmake/build.xml4
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">