diff options
author | Michael Bien <[email protected]> | 2010-04-24 20:10:10 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-24 20:10:10 +0200 |
commit | 7cc445f761eae9a881172095b3aa85709f0f1f3a (patch) | |
tree | 401811dd715561fbf81bbb62de16fe3793b0373c /src/java/com/jogamp/common | |
parent | 64b0148972c410a8f76c5f55ed866060886849a7 (diff) |
renamed method.
Diffstat (limited to 'src/java/com/jogamp/common')
-rwxr-xr-x | src/java/com/jogamp/common/os/DynamicLookupHelper.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/java/com/jogamp/common/os/DynamicLookupHelper.java b/src/java/com/jogamp/common/os/DynamicLookupHelper.java index a4f74a4..5da2b67 100755 --- a/src/java/com/jogamp/common/os/DynamicLookupHelper.java +++ b/src/java/com/jogamp/common/os/DynamicLookupHelper.java @@ -39,8 +39,7 @@ package com.jogamp.common.os; -/** Interface callers may use to use the ProcAddressHelper's {@link - ProcAddressHelper#resetProcAddressTable resetProcAddressTable} +/** Interface callers may use to use the ProcAddressHelper's {@link ProcAddressTable#reset reset} helper method to install function pointers into a ProcAddressTable. This must typically be written with native code. */ |