diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2016-05-15 20:31:48 +0200 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2016-05-17 21:41:16 +0200 |
commit | e575cdb49da6ca61c0f51e0e68f04be6f5b087e0 (patch) | |
tree | 038d3c026edd6e57bbffb8e7a7c1fc254a2e34b3 /src | |
parent | 48b147d4969a9768c5701ec673b20ebabe6dd737 (diff) | |
download | jitsi-e575cdb49da6ca61c0f51e0e68f04be6f5b087e0.zip jitsi-e575cdb49da6ca61c0f51e0e68f04be6f5b087e0.tar.gz jitsi-e575cdb49da6ca61c0f51e0e68f04be6f5b087e0.tar.bz2 |
Remove superfluous method definition
hashCode is defined in Object
Diffstat (limited to 'src')
-rw-r--r-- | src/net/java/sip/communicator/service/protocol/ProtocolProviderService.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/net/java/sip/communicator/service/protocol/ProtocolProviderService.java b/src/net/java/sip/communicator/service/protocol/ProtocolProviderService.java index 0c85e98..15c5b8d 100644 --- a/src/net/java/sip/communicator/service/protocol/ProtocolProviderService.java +++ b/src/net/java/sip/communicator/service/protocol/ProtocolProviderService.java @@ -211,13 +211,6 @@ public interface ProtocolProviderService public void shutdown(); /** - * A hashcode allowing usage of protocol providers as keys in Hashtables. - * @return an int that may be used when storing protocol providers as - * hashtable keys. - */ - public int hashCode(); - - /** * Returns the AccountID that uniquely identifies the account represented by * this instance of the ProtocolProviderService. * @return the id of the account represented by this provider. |