# HG changeset patch # User Felix Wolfsteller # Date 1374047981 -7200 # Node ID c59a23183bc0a2a237d6ec0f5ff889290979349d # Parent b810dd804323a0c7ccf62f77a0c12ef15bb15876 Doc. diff -r b810dd804323 -r c59a23183bc0 artifacts/src/main/java/org/dive4elements/river/exports/WaterlevelExporter.java --- a/artifacts/src/main/java/org/dive4elements/river/exports/WaterlevelExporter.java Wed Jul 17 09:58:41 2013 +0200 +++ b/artifacts/src/main/java/org/dive4elements/river/exports/WaterlevelExporter.java Wed Jul 17 09:59:41 2013 +0200 @@ -183,7 +183,7 @@ /** - * This method is used to prepare the column titles of waterlevel exports. + * Prepare the column titles of waterlevel exports. * Titles in this export include the Q value. If a Q value matches a named * main value (as HQ100 or MNQ) this named main value should be used as * title. This method resets the name of the wqkms object if such @@ -693,7 +693,7 @@ /** - * This method is used to register a new column at writer. The name / + * Register a new column at writer. The name / * title of the column depends on the Q or W value of wqkms. If a Q * was selected and the Q fits to a named main value, the title is set to * the named main value. Otherwise, the name returned by @@ -715,9 +715,6 @@ } - /** - * - */ @Override protected void writePDF(OutputStream out) { logger.debug("write PDF");