comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/BedHeightsArtifact.java @ 4502:5b0a545fceef

Fix compile
author Björn Ricks <bjoern.ricks@intevation.de>
date Wed, 14 Nov 2012 11:52:43 +0100
parents b48c74988fd4
children b838d16c629e
comparison
equal deleted inserted replaced
4501:b48c74988fd4 4502:5b0a545fceef
109 * @return list with one and only state. 109 * @return list with one and only state.
110 */ 110 */
111 @Override 111 @Override
112 protected List<State> getStates(Object context) { 112 protected List<State> getStates(Object context) {
113 ArrayList<State> states = new ArrayList<State>(); 113 ArrayList<State> states = new ArrayList<State>();
114 states.add(getState()); 114 states.add(state);
115 return states; 115 return states;
116 } 116 }
117 117
118 /** 118 /**
119 */ 119 */

http://dive4elements.wald.intevation.org