diff --git a/SWIG/Examples/java/callback/index.html b/SWIG/Examples/java/callback/index.html index 1d890f888..c36c63d6c 100644 --- a/SWIG/Examples/java/callback/index.html +++ b/SWIG/Examples/java/callback/index.html @@ -16,13 +16,6 @@
This example illustrates how to use directors to implement C++ callbacks in Java.
-
-Please note that unlike Python, Java does not have an equivalent concept of
-weak references, so the program has to manually clean up after objects. The
-implication of this is that the Caller class cannot claim
-ownership of the Callback object in Caller.setCallback()
-and delete it.
-