|
From: <ma...@us...> - 2006-12-12 21:30:23
|
Revision: 2692
http://svn.sourceforge.net/java-game-lib/?rev=2692&view=rev
Author: matzon
Date: 2006-12-12 13:30:21 -0800 (Tue, 12 Dec 2006)
Log Message:
-----------
fixed comment for getVersion
Modified Paths:
--------------
trunk/LWJGL/src/java/org/lwjgl/fmod3/FMOD.java
Modified: trunk/LWJGL/src/java/org/lwjgl/fmod3/FMOD.java
===================================================================
--- trunk/LWJGL/src/java/org/lwjgl/fmod3/FMOD.java 2006-12-12 21:29:08 UTC (rev 2691)
+++ trunk/LWJGL/src/java/org/lwjgl/fmod3/FMOD.java 2006-12-12 21:30:21 UTC (rev 2692)
@@ -243,7 +243,7 @@
}
/**
- * Return the version of the core LWJGL libraries as a String.
+ * Return the version of the FMOD3-LWJGL binding as a String.
*/
public static String getVersion() {
return VERSION;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|