comparison gnv-artifacts/src/main/java/de/intevation/gnv/exports/DefaultExport.java @ 815:22c18083225e

Removed compiler warnings while JavaDoc generation. gnv-artifacts/trunk@900 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 12 Apr 2010 06:59:33 +0000
parents b1f5f2a8840f
children f953c9a559d8
comparison
equal deleted inserted replaced
814:9d427dd2a96a 815:22c18083225e
46 46
47 /** 47 /**
48 * This method writes data stored in <code>result</code> into a CSV document 48 * This method writes data stored in <code>result</code> into a CSV document
49 * using <code>writer</code>. 49 * using <code>writer</code>.
50 * 50 *
51 * @param profile {@link #Profile} used to specify the format and columns. 51 * @param profile <code>Profile</code> used to specify the format and columns.
52 * @param result Collection storing the required data. 52 * @param result Collection storing the required data.
53 * @param writer CSVWriter to write the csv document. 53 * @param writer CSVWriter to write the csv document.
54 * 54 *
55 * @throws StateException 55 * @throws StateException
56 */ 56 */

http://dive4elements.wald.intevation.org