diff artifacts/src/main/java/de/intevation/artifacts/ArtifactFactory.java @ 78:55eefe63a777

Repaired the javadoc stuff for almost all artifact interfaces. artifacts/trunk@760 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 11 Mar 2010 10:53:59 +0000
parents 48d1a9a082c2
children 78263e910675
line wrap: on
line diff
--- a/artifacts/src/main/java/de/intevation/artifacts/ArtifactFactory.java	Sun Feb 21 23:05:32 2010 +0000
+++ b/artifacts/src/main/java/de/intevation/artifacts/ArtifactFactory.java	Thu Mar 11 10:53:59 2010 +0000
@@ -49,10 +49,14 @@
      * artifact is created.
      * @param artifact The artifact to be rated.
      * @param context  The global context.
-     * return time to live in ms. null means eternal.
+     * @return time to live in ms. null means eternal.
      */
     Long timeToLiveUntouched(Artifact artifact, Object context);
 
+    /**
+     * Returns the serializer used to store the artifacts.
+     * @return The Serializer
+     */
     ArtifactSerializer getSerializer();
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:

http://dive4elements.wald.intevation.org