diff src/java/de/intevation/mxd/reader/FillSymbolReader.java @ 260:10e0aa283217

Updated documentation and added ant task for javadoc generation.
author raimund renkert <raimund.renkert@intevation.de>
date Tue, 16 Aug 2011 14:32:06 +0200
parents 6b80e46b8f38
children a46adb3697fa
line wrap: on
line diff
--- a/src/java/de/intevation/mxd/reader/FillSymbolReader.java	Tue Aug 16 13:09:57 2011 +0200
+++ b/src/java/de/intevation/mxd/reader/FillSymbolReader.java	Tue Aug 16 14:32:06 2011 +0200
@@ -170,7 +170,7 @@
     /**
      * Sets the symbol to read.
      *
-     * @param the symbol used to display polygons.
+     * @param sym The symbol used to display polygons.
      */
     public void setSymbol(ISymbol sym) {
         this.symbol = sym;
@@ -180,7 +180,7 @@
     /**
      * Sets the symbol to read.
      *
-     * @param the symbol used to display polygons.
+     * @param sym The symbol used to display polygons.
      */
     public void setSymbol(IFillSymbol sym) {
         this.symbol = null;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)