aboutsummaryrefslogtreecommitdiffstats
path: root/coreAPI
diff options
context:
space:
mode:
authorendolf <[email protected]>2004-06-21 21:48:44 +0000
committerendolf <[email protected]>2004-06-21 21:48:44 +0000
commit4e20995f4af9114fbee823e4f0e45ea09eb3448b (patch)
treec5339a6523af1fd8fc5fa3ad2c02edd6c5a14734 /coreAPI
parent1186fb209c5c5caa458c9ec760ccb8af7ded2a88 (diff)
Issue number: 18
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@81 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'coreAPI')
-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.)
*
*/