Error: java.util.map can not be inherited with different arguments

Hi,

I am getting following error while building the source code.

C:\venus\src\com\martquest\messaging\msgio\MqMessageIOObjectCarrier.java:36: java.util.Map cannot be inherited with different arguments: <> and <java.lang.Object,java.lang.Object>

[javac] public class MqMessageIOObjectCarrier extends Properties implements IMqMessageIOObjectCarrier

What should I do to resolve this issue?

Thanks

Prachi

[455 byte] By [prachi_janraoa] at [2007-11-27 8:43:19]
# 1
> Hi,> I am getting following error while building the> source code.whose source code? If it's yours, you'd better look at where you are defining and using Map. The error code tells you exactly what's wrong.
petes1234a at 2007-7-12 20:42:57 > top of Java-index,Java Essentials,Java Programming...