# HG changeset patch # User Tim Englich # Date 1274181249 0 # Node ID 3549253ecd7b4a1353ef20a29390d91e4ce90300 # Parent 0441e78cd900e9586589a15e097fbc1b68aea522 Fixed some warnings which were displaied during the javadoc-generation gnv/trunk@1108 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 0441e78cd900 -r 3549253ecd7b gnv/ChangeLog --- a/gnv/ChangeLog Tue May 18 11:09:33 2010 +0000 +++ b/gnv/ChangeLog Tue May 18 11:14:09 2010 +0000 @@ -1,5 +1,11 @@ 2010-05-18 Tim Englich + * src/main/java/de/intevation/gnv/action/sessionmodel/DiagrammOptions.java (getValue), + src/main/java/de/intevation/gnv/util/XMLUtils.java (getXPath): + Fixed some warnings which are displaied during the javadoc-generation. + +namespaceContext + * src/main/java/de/intevation/gnv/action/StoreAction.java, src/main/java/de/intevation/gnv/action/ShowStatisticAction.java, src/main/java/de/intevation/gnv/action/SelectFisAction.java, diff -r 0441e78cd900 -r 3549253ecd7b gnv/src/main/java/de/intevation/gnv/action/sessionmodel/DiagrammOptions.java --- a/gnv/src/main/java/de/intevation/gnv/action/sessionmodel/DiagrammOptions.java Tue May 18 11:09:33 2010 +0000 +++ b/gnv/src/main/java/de/intevation/gnv/action/sessionmodel/DiagrammOptions.java Tue May 18 11:14:09 2010 +0000 @@ -22,7 +22,7 @@ /** * Returns the Value to a given Key - * @param The key of the value that should be returned. + * @param key The key of the value that should be returned. * @return the value. */ public String getValue(String key) { diff -r 0441e78cd900 -r 3549253ecd7b gnv/src/main/java/de/intevation/gnv/util/XMLUtils.java --- a/gnv/src/main/java/de/intevation/gnv/util/XMLUtils.java Tue May 18 11:09:33 2010 +0000 +++ b/gnv/src/main/java/de/intevation/gnv/util/XMLUtils.java Tue May 18 11:14:09 2010 +0000 @@ -204,7 +204,7 @@ * @param root the source where the value should be fetch from * @param query the query that should be used to fetch the object * @param returnType the Type that must be used to return the object. - * @param namespaceContext the namespacecontext that must match to + * @param context the namespacecontext that must match to * fetch the object. * @return the value */