Mercurial > dive4elements > gnv-client
diff gnv-artifacts/src/main/java/de/intevation/gnv/state/OutputStateBase.java @ 803:feae2f9d6c6f
Removed trailing whitespace.
gnv-artifacts/trunk@885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 07 Apr 2010 07:52:27 +0000 |
parents | a5526908f92f |
children | 22c18083225e |
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/state/OutputStateBase.java Wed Apr 07 07:49:12 2010 +0000 +++ b/gnv-artifacts/src/main/java/de/intevation/gnv/state/OutputStateBase.java Wed Apr 07 07:52:27 2010 +0000 @@ -108,7 +108,7 @@ } /** - * + * * @return */ public Collection<OutputMode> getOutputModes() { @@ -186,7 +186,7 @@ } /** - * @param uuid + * @param uuid * @param context * @throws StateException */ @@ -233,10 +233,10 @@ /** * This method needs to be defined by concrete subclasses. Nothing is done * here. - * + * * @param outputMode * @param inputData - * @param outputStream + * @param outputStream * @throws StateException * @see de.intevation.gnv.state.OutputState#out(java.lang.String, * java.util.Collection, java.io.OutputStream) @@ -251,7 +251,7 @@ * cache yet, or if no cache is configured. If the cache is configured, but * the data is not in cache yet, put it into cache for a faster access * in a later time. - * + * * @param uuid The uuid of an artifact. * @param callContext The CallContext. * @return the chart data. @@ -295,7 +295,7 @@ * @param uuid * @param callContext * @return - * @deprecated + * @deprecated */ protected Object getChartFromCache(String uuid, CallContext callContext) { log.debug("Fetch chart [" + uuid + "] from cache"); @@ -375,7 +375,7 @@ * This method should no longer be used. It removes a chart from cache. * * @param uuid - * @deprecated + * @deprecated */ protected void removeChart(String uuid) { log.debug("OutputStateBase.removeChart from cache");