Files
mercury/java/runtime
James Goddard 4ed302407a Fix a type error in a Java RTTI class.
Estimated hours taken: 0.2
Branches: main

Fix a type error in a Java RTTI class.

java/runtime/DuFunctorDesc.java:
	Changed representation of `du_functor_exist_info' from `DuExistInfo[]'
	to `DuExistInfo' (single), in keeping with the conventions elsewhere.
2004-02-25 00:28:31 +00:00
..