summaryrefslogtreecommitdiff
path: root/bindings/java/org/zmq/Context.java
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/java/org/zmq/Context.java')
-rw-r--r--[-rwxr-xr-x]bindings/java/org/zmq/Context.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/java/org/zmq/Context.java b/bindings/java/org/zmq/Context.java
index 219b26c..1b5ecb4 100755..100644
--- a/bindings/java/org/zmq/Context.java
+++ b/bindings/java/org/zmq/Context.java
@@ -44,6 +44,8 @@ public class Context {
/**
* Get the underlying context handle.
+ * This is private because it is only accessed from JNI, where
+ * Java access controls are ignored.
*
* @return the internal 0MQ context handle.
*/