Mercurial > dive4elements > river
changeset 4966:86d825d1173f
FLYSArtifactCollection: Doc.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 06 Feb 2013 09:55:43 +0100 |
parents | 8af500d62098 |
children | 2954eed04288 |
files | flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java Tue Feb 05 13:57:08 2013 +0100 +++ b/flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java Wed Feb 06 09:55:43 2013 +0100 @@ -36,6 +36,9 @@ import de.intevation.flys.utils.FLYSUtils; /** + * Collection of artifacts, can do outs, describe. + * Lots of stuff done in AttributeParser and AttributeWriter. + * Critical out and facet merging. * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> */ public class FLYSArtifactCollection extends DefaultArtifactCollection { @@ -65,7 +68,7 @@ /** - * Return description Document for this collection. + * Create and return description Document for this collection. */ @Override public Document describe(CallContext context) {