diff flys-artifacts/src/main/java/de/intevation/flys/exports/AbstractExporter.java @ 3270:4ac581062c40

Fix various documentation issues. flys-artifacts/trunk@4913 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 10 Jul 2012 12:19:35 +0000
parents 282c9da923ab
children 118fe1cc8cc8
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/AbstractExporter.java	Tue Jul 10 11:10:38 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/AbstractExporter.java	Tue Jul 10 12:19:35 2012 +0000
@@ -55,7 +55,6 @@
     /** XPath that points to the desired export facet. */
     public static final String XPATH_FACET = "/art:action/@art:type";
 
-
     /** The document of the incoming out() request. */
     protected Document request;
 
@@ -92,11 +91,12 @@
      * This method enables concrete subclasses to collected its own special
      * data.
      *
-     * @param artifacts The artifact that stores the data that has to be
+     * @param data The artifact that stores the data that has to be
      * exported.
      */
     protected abstract void addData(Object data);
 
+
     @Override
     public void init(Document request, OutputStream out, CallContext context) {
         logger.debug("AbstractExporter.init");
@@ -119,8 +119,8 @@
      * store its data on its own. The real output creation takes place in the
      * concrete generate() methods.
      *
-     * @param artifact The artifact.
-     * @param facet The facet to add - NOTE: the facet needs to fit to the first
+     * @param artifactFacet The artifact and facet.
+     * The facet to add - NOTE: the facet needs to fit to the first
      * facet inserted into this exporter. Otherwise this artifact/facet is
      * skipped.
      * @param attr The attr document.

http://dive4elements.wald.intevation.org