Github user pzygielo commented on a diff in the pull request:
https://github.com/apache/tomee/pull/262#discussion_r241048270
--- Diff:
container/openejb-loader/src/main/java/org/apache/openejb/observer/event/ObserverRemoved.java
---
@@ -26,10 +26,20 @@
private final Object observer;
+ /**
+ * Remove the observable object so this object doesn't have any
observers
--- End diff --
I don't think that's true. It is constructor, and it apparently does not
remove anything.---
