Hi,
I am trying to compile a code( which was written and compiled in 1.4) in 1.6.
It gives few errors, when i compile in 1.6
for eg:
compareTo(java.lang.String) in java.lang.String cannot be applied to (java.lang.Object)
if (NatureOfAddress_SidNumber_str.compareTo(vTemp2.elementAt(iLoop)) < 0)
Is there anyway i can suppress the warnings so that it gets compiled in 1.6?
Thanking you,
Shilpa