diff options
author | jeffpk <[email protected]> | 2003-09-30 19:25:53 +0000 |
---|---|---|
committer | jeffpk <[email protected]> | 2003-09-30 19:25:53 +0000 |
commit | dedc46b697280b270859b5a322ae65ddb0dc89cb (patch) | |
tree | 268fa813e7c0a3913668cb9e5f1d3bce889e067a /src | |
parent | 9eeea3f2222d30f0cf4b3ecd0461341b89ec85aa (diff) |
Fixed missing @return body
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jutils/trunk@14 052365b4-98e0-4bc5-a281-465471b020e0
Diffstat (limited to 'src')
-rw-r--r-- | src/java/net/java/games/util/plugins/Plugins.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/net/java/games/util/plugins/Plugins.java b/src/java/net/java/games/util/plugins/Plugins.java index 6fbc121..f5f9091 100644 --- a/src/java/net/java/games/util/plugins/Plugins.java +++ b/src/java/net/java/games/util/plugins/Plugins.java @@ -129,7 +129,7 @@ public class Plugins { /** This method returns all the Plugins found in the * directory passed in at object creation time or any of its * sub-directories. - * @return + * @return An array of Plugin objects */ public Class[] get(){ Class[] pluginArray = new Class[pluginList.size()]; |