aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphil <[email protected]>2016-10-22 11:24:41 +1300
committerphil <[email protected]>2016-10-22 11:24:41 +1300
commit544ce676ffabdc4590ff77b21d56c9467e8ae411 (patch)
tree7c53d8dd085952bfda60fe2811e3b36f6e1f2cfc
parent293fb8005aef8d757e92f9d8bb7452f72eec1853 (diff)
VersionInfo comment referring to javax.media.j3d updated to
org.jogamp.java3d
-rw-r--r--src/main/java-templates/org/jogamp/java3d/VersionInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java-templates/org/jogamp/java3d/VersionInfo.java b/src/main/java-templates/org/jogamp/java3d/VersionInfo.java
index bced721..6c62878 100644
--- a/src/main/java-templates/org/jogamp/java3d/VersionInfo.java
+++ b/src/main/java-templates/org/jogamp/java3d/VersionInfo.java
@@ -28,7 +28,7 @@ package org.jogamp.java3d;
/**
* The VersionInfo class contains strings that describe the implementation
- * and specification version of the javax.media.j3d pacakge. These strings
+ * and specification version of the org.jogamp.java3d pacakge. These strings
* are made available as properties obtained from the VirtualUniverse class.
*
* <h4>NOTE TO DEVELOPERS:</h4>