aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/FunctionAvailabilityCache.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/games/jogl/impl/FunctionAvailabilityCache.java')
-rw-r--r--src/net/java/games/jogl/impl/FunctionAvailabilityCache.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/java/games/jogl/impl/FunctionAvailabilityCache.java b/src/net/java/games/jogl/impl/FunctionAvailabilityCache.java
index 74a3e888d..99fb36434 100644
--- a/src/net/java/games/jogl/impl/FunctionAvailabilityCache.java
+++ b/src/net/java/games/jogl/impl/FunctionAvailabilityCache.java
@@ -136,9 +136,9 @@ public final class FunctionAvailabilityCache {
* Returns true if the given OpenGL function is part of the OpenGL core
* that corresponds to the give OpenGL version string.
*
- * @param versionString must be of the form "X" or "X.Y" or "X.Y.Z", where
+ * @param glVersionString must be of the form "X" or "X.Y" or "X.Y.Z", where
* X, Y, and Z are integers
- @ @exception GLException if the glFunctionName passed in is
+ * @exception GLException if the glFunctionName passed in is
* not the name of any known OpenGL extension function.
*/
public static boolean isPartOfGLCore(String glVersionString, String glFunctionName)