stbischof commented on code in PR #413: URL: https://github.com/apache/felix-dev/pull/413#discussion_r2069316366
########## bundlerepository/src/main/java/org/apache/felix/bundlerepository/impl/LazyLocalResourceImpl.java: ########## @@ -111,4 +111,12 @@ public Capability[] getCapabilities() { public Requirement[] getRequirements() { return getResource().getRequirements(); } + + public boolean equals(Object o) { + return getResource().equals(o); + } + Review Comment: please use the Override Annotation ########## bundlerepository/src/main/java/org/apache/felix/bundlerepository/impl/LazyLocalResourceImpl.java: ########## @@ -111,4 +111,12 @@ public Capability[] getCapabilities() { public Requirement[] getRequirements() { return getResource().getRequirements(); } + Review Comment: please use the Override Annotation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org