diff gnv-artifacts/src/main/java/de/intevation/gnv/state/StateFactory.java @ 815:22c18083225e

Removed compiler warnings while JavaDoc generation. gnv-artifacts/trunk@900 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 12 Apr 2010 06:59:33 +0000
parents feae2f9d6c6f
children 05bf8534a35a
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/state/StateFactory.java	Fri Apr 09 14:34:45 2010 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/state/StateFactory.java	Mon Apr 12 06:59:33 2010 +0000
@@ -31,8 +31,6 @@
 
     /**
      * Return the instance of this class.
-     *
-     * @return
      */
     public static StateFactory getInstance() {
         if (instance == null) {
@@ -45,7 +43,6 @@
      * This method creates a new state with help of the information in <i>
      * configuration</i> and calls its setup method after creation.
      *
-     * @param configuration
      * @return the new state.
      */
     public State createState(Node configuration) {
@@ -64,6 +61,5 @@
         }
         return state;
     }
-
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :
\ No newline at end of file

http://dive4elements.wald.intevation.org