diff options
Diffstat (limited to 'java/org/zmq/Context.java')
-rw-r--r-- | java/org/zmq/Context.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/org/zmq/Context.java b/java/org/zmq/Context.java index 8bc4d57..c63ef60 100644 --- a/java/org/zmq/Context.java +++ b/java/org/zmq/Context.java @@ -34,6 +34,9 @@ public class Context { construct (appThreads, ioThreads); } + /** + * Internal function. Do not use directly! + */ public native long createSocket (int type); /** Initialize the JNI interface */ |