diff flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 2728:306b9d0f0fb3

Cosmetics. flys-artifacts/trunk@4461 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 22 May 2012 15:29:54 +0000
parents 226c360febae
children 83b22ccf48da
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java	Tue May 22 13:34:17 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java	Tue May 22 15:29:54 2012 +0000
@@ -173,6 +173,12 @@
     }
 
 
+    /**
+     * True if current MasterArtifact has given output.
+     * @param name Name of the output of interest.
+     * @param context current context
+     * @return true iff current mater artifact has given output.
+     */
     protected boolean outputExists(String name, CallContext context) {
         FLYSArtifact master = getMasterArtifact(context);
         List<Output> outList = master.getOutputs(context);

http://dive4elements.wald.intevation.org