diff options
Diffstat (limited to 'include/jau/jni')
-rw-r--r-- | include/jau/jni/jni_mem.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/jau/jni/jni_mem.hpp b/include/jau/jni/jni_mem.hpp index 31fd662..1bf2f7c 100644 --- a/include/jau/jni/jni_mem.hpp +++ b/include/jau/jni/jni_mem.hpp @@ -118,8 +118,9 @@ public: /* * This class provides a lifetime-managed 'PrimitiveArrayCritical' pinned heap, * which is automatically released when it goes out of scope. - * + * <p> * RAII-style acquire and relinquish via destructor + * </p> */ template <typename T, typename U> class JNICriticalArray { |