Hi Roland,
I searched the mail list, looks like there was a bug tickect for not
having hashcode and equals.
Here is the code snippet for equals and hash. I didn't change a thing,
not even the class name. I just moved it to my own package. Is this
looks fine?
__________________________
public boolean equals(Object obj) {
return ((obj != null) &&
obj.getClass().equals(EasySSLProtocolSocketFactory.class));
}
public int hashCode() {
return EasySSLProtocolSocketFactory.class.hashCode();
}
__________________________
Thanks a lot.
Abele
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]