java: Return Map<String,String> for RHashtable functions.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 2 Mar 2011 04:33:39 +0000 (04:33 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 8 Mar 2011 14:57:02 +0000 (14:57 +0000)
commit9cbbe5bda0c61b7b2e81f2ea97428050b6aae26d
tree6244f8947a366533da20c92ec2e97525291eda84
parent750a338725568f14eb694647a432dba9b25f54f0
java: Return Map<String,String> for RHashtable functions.

There's no point returning the specific HashMap type here.
Return the generic interface type instead.

Note that no users are actually calling these functions yet,
since at present they always fail.
(cherry picked from commit 0b2e45da609002d44cbbf689cfdee252e6806648)
generator/generator_java.ml