diff artifacts/src/main/java/de/intevation/artifacts/Artifact.java @ 47:4ae4dc99127d

Removed trailing whitespace. artifacts/trunk@167 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 01 Oct 2009 09:04:17 +0000
parents c2d53bd30ab8
children 9a29899b31e5
line wrap: on
line diff
--- a/artifacts/src/main/java/de/intevation/artifacts/Artifact.java	Thu Oct 01 08:51:24 2009 +0000
+++ b/artifacts/src/main/java/de/intevation/artifacts/Artifact.java	Thu Oct 01 09:04:17 2009 +0000
@@ -26,7 +26,7 @@
  *
  * There are two more methods involved with the life cycle of the are:
  * <ol>
- *   <li>{@link #setup(String, ArtifactFactory, Object) setup()}: Called after created by the 
+ *   <li>{@link #setup(String, ArtifactFactory, Object) setup()}: Called after created by the
  *                                               factory.</li>
  *   <li>{@link #endOfLife(Object) endOfLife()}: Called when the artifact
  *                                               is going to be removed from
@@ -81,7 +81,7 @@
      */
     void out(
         Document     format,
-        OutputStream out, 
+        OutputStream out,
         CallContext  context)
     throws IOException;
 
@@ -93,7 +93,7 @@
      * @param context    The global context of the runtime system.
      */
     public void setup(
-        String          identifier, 
+        String          identifier,
         ArtifactFactory factory,
         Object          context);
 

http://dive4elements.wald.intevation.org