stbischof commented on code in PR #296:
URL: https://github.com/apache/felix-dev/pull/296#discussion_r1499221861


##########
framework/src/main/java/org/apache/felix/framework/wiring/BundleCapabilityImpl.java:
##########
@@ -45,6 +46,7 @@ public class BundleCapabilityImpl implements BundleCapability
     private final Map<String, Object> m_attrs;
     private final List<String> m_uses;
     private final Set<String> m_mandatory;
+       private transient int hashCode;

Review Comment:
   the formatting may use the same number of tabs as before



-- 
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

Reply via email to