comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/MinMaxState.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 feae2f9d6c6f
children 499cfbbb61bc
comparison
equal deleted inserted replaced
814:9d427dd2a96a 815:22c18083225e
57 /** 57 /**
58 * The objects returned by the database are searched for two fields with 58 * The objects returned by the database are searched for two fields with
59 * 'MIN' and 'MAX' as names. These objects are stored and used to be 59 * 'MIN' and 'MAX' as names. These objects are stored and used to be
60 * displayed in the gui to give the user an orientation of the range he is 60 * displayed in the gui to give the user an orientation of the range he is
61 * able to insert. 61 * able to insert.
62 *
63 * @param uuid
64 * @return
65 */ 62 */
66 @Override 63 @Override
67 protected List<Object> purifyResult( 64 protected List<Object> purifyResult(
68 Collection<Result> result, String uuid) 65 Collection<Result> result, String uuid)
69 { 66 {
83 80
84 return describeData; 81 return describeData;
85 } 82 }
86 83
87 84
88 /**
89 * @param context
90 * @param uuid
91 * @param inputData
92 * @return
93 * @throws StateException
94 */
95 @Override 85 @Override
96 @SuppressWarnings("static-access") 86 @SuppressWarnings("static-access")
97 public Document feed( 87 public Document feed(
98 CallContext context, 88 CallContext context,
99 Collection<InputData> inputData, 89 Collection<InputData> inputData,
160 150
161 return feedSuccess(); 151 return feedSuccess();
162 } 152 }
163 153
164 154
165 /**
166 *
167 * @param artCreator
168 * @param creator
169 * @param document
170 * @param staticNode
171 * @param callMeta
172 */
173 @Override 155 @Override
174 protected void appendToStaticNode( 156 protected void appendToStaticNode(
175 XMLUtils.ElementCreator artCreator, 157 XMLUtils.ElementCreator artCreator,
176 XMLUtils.ElementCreator creator, 158 XMLUtils.ElementCreator creator,
177 Document document, 159 Document document,

http://dive4elements.wald.intevation.org