pfirmstone / JGDMS

Infrastructure for providing secured micro services, that are dynamically discoverable and searchable over ipv6 networks
https://pfirmstone.github.io/JGDMS/
Apache License 2.0
14 stars 4 forks source link

net.jini.lookup.LookupCacheImpl HandleEventServiceTask Comparator ordering #164

Closed pfirmstone closed 1 year ago

pfirmstone commented 1 year ago

Describe the bug The Comparator code for HandleEventServiceTask, returns 0, or equal if the object being compared isn't an instance of HandleEventServiceTask, luckily only HandleEventServiceTasks are compared, however, I'm fixing the code, in case the implementation is changed in future.