aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coreAPI/src/java/net/java/games/input/ControllerEnvironment.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/coreAPI/src/java/net/java/games/input/ControllerEnvironment.java b/coreAPI/src/java/net/java/games/input/ControllerEnvironment.java
index d58ed4e..e68dde3 100644
--- a/coreAPI/src/java/net/java/games/input/ControllerEnvironment.java
+++ b/coreAPI/src/java/net/java/games/input/ControllerEnvironment.java
@@ -49,9 +49,9 @@ import java.util.Iterator;
* In this reference implementation, this class can also be used to register
* controllers with the default environment as "plug-ins". A plug-in is
* created by subclassing ControllerEnvironment with a class that has a public
- * no-argument constructor, implements the org.java.games.util.plugins.Plugin
+ * no-argument constructor, implements the net.java.games.util.plugins.Plugin
* interface and has a name ending in "Plugin".
- * (See org.java.games.input.DirectInputEnvironmentPlugin in the DXplugin
+ * (See net.java.games.input.DirectInputEnvironmentPlugin in the DXplugin
* part of the source tree for an example.)
*
* When the DefaultControllerEnvrionment is instanced it uses the plugin library
@@ -61,7 +61,7 @@ import java.util.Iterator;
* Java app.
*
* For more information on the organization of plugins within the controller
- * root directories, see org.java.games.util.plugins.Plugins (Note the
+ * root directories, see net.java.games.util.plugins.Plugins (Note the
* plural -- "Plugins" not "Plugin" which is just a marker interface.)
*
*/