comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/profile/horizontal/NorthSouthEastWestState.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents c580666a843f
children b1f5f2a8840f
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
23 import java.util.Collection; 23 import java.util.Collection;
24 import java.util.List; 24 import java.util.List;
25 25
26 /** 26 /**
27 * @author Tim Englich <tim.englich@intevation.de> 27 * @author Tim Englich <tim.englich@intevation.de>
28 * 28 *
29 */ 29 */
30 public class NorthSouthEastWestState extends StateBase { 30 public class NorthSouthEastWestState extends StateBase {
31 31
32 32
33 /** 33 /**
34 * The UID of this Class 34 * The UID of this Class
35 */ 35 */
36 private static final long serialVersionUID = -7989531326553305293L; 36 private static final long serialVersionUID = -7989531326553305293L;
37 37
73 { 73 {
74 CallMeta callMeta = context.getMeta(); 74 CallMeta callMeta = context.getMeta();
75 RessourceFactory factory = RessourceFactory.getInstance(); 75 RessourceFactory factory = RessourceFactory.getInstance();
76 76
77 // XXX Workarround - we need these strings in purifyResult, but have no 77 // XXX Workarround - we need these strings in purifyResult, but have no
78 // CallMeta object there which is necessary to get resources from 78 // CallMeta object there which is necessary to get resources from
79 // RessourceFactory. Storing the strings here is not nice, because the 79 // RessourceFactory. Storing the strings here is not nice, because the
80 // Locale object could change! 80 // Locale object could change!
81 ipos = factory.getRessource( 81 ipos = factory.getRessource(
82 callMeta.getLanguages(), "iposition", "iposition"); 82 callMeta.getLanguages(), "iposition", "iposition");
83 jpos = factory.getRessource( 83 jpos = factory.getRessource(
84 callMeta.getLanguages(), "jposition", "jposition"); 84 callMeta.getLanguages(), "jposition", "jposition");

http://dive4elements.wald.intevation.org