comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/MinMaxState.java @ 803:feae2f9d6c6f

Removed trailing whitespace. gnv-artifacts/trunk@885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Apr 2010 07:52:27 +0000
parents a5526908f92f
children 22c18083225e
comparison
equal deleted inserted replaced
802:4abe172be970 803:feae2f9d6c6f
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 * 62 *
63 * @param uuid 63 * @param uuid
64 * @return 64 * @return
65 */ 65 */
66 @Override 66 @Override
67 protected List<Object> purifyResult( 67 protected List<Object> purifyResult(
68 Collection<Result> result, String uuid) 68 Collection<Result> result, String uuid)
86 86
87 87
88 /** 88 /**
89 * @param context 89 * @param context
90 * @param uuid 90 * @param uuid
91 * @param inputData 91 * @param inputData
92 * @return 92 * @return
93 * @throws StateException 93 * @throws StateException
94 */ 94 */
95 @Override 95 @Override
96 @SuppressWarnings("static-access") 96 @SuppressWarnings("static-access")

http://dive4elements.wald.intevation.org