summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/os/DynamicLibraryBundleInfo.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-05-04 03:38:38 +0200
committerSven Gothel <[email protected]>2012-05-04 03:38:38 +0200
commit3b815b7e5af2fb6f771880dba74863d4f40b638f (patch)
tree5d8c2079caa6b91bf4f6a047c9f92dbb86d53ba6 /src/java/com/jogamp/common/os/DynamicLibraryBundleInfo.java
parent389035210e6fc7742a2a11575c7bbfc8f08987a5 (diff)
DynamicLibraryBundle: API doc refinement, mention the ClassLoader role.
Diffstat (limited to 'src/java/com/jogamp/common/os/DynamicLibraryBundleInfo.java')
-rw-r--r--src/java/com/jogamp/common/os/DynamicLibraryBundleInfo.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/java/com/jogamp/common/os/DynamicLibraryBundleInfo.java b/src/java/com/jogamp/common/os/DynamicLibraryBundleInfo.java
index 8532548..dc90eab 100644
--- a/src/java/com/jogamp/common/os/DynamicLibraryBundleInfo.java
+++ b/src/java/com/jogamp/common/os/DynamicLibraryBundleInfo.java
@@ -88,11 +88,11 @@ public interface DynamicLibraryBundleInfo {
/**
* Returns a suitable {@link RunnableExecutor} implementation, which is being used
- * to load the <code>tool</code> native libraries.
+ * to load the <code>tool</code> and <code>glue</code> native libraries.
* <p>
* This allows the generic {@link DynamicLibraryBundle} implementation to
- * load the <code>tool</code> native libraries on a designated thread.
- * </p>
+ * load the native libraries on a designated thread.
+ * </p>
* <p>
* An implementation may return {@link DynamicLibraryBundle#getDefaultRunnableExecutor()}.
* </p>