comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/StringProperty.java @ 3509:bb5edff31866

Cosmetics. flys-client/trunk@5279 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 28 Aug 2012 13:10:14 +0000
parents c21d14e48040
children
comparison
equal deleted inserted replaced
3508:60984be9bcfa 3509:bb5edff31866
42 for(String s: this.getAttributeList()) { 42 for(String s: this.getAttributeList()) {
43 clone.setAttribute(s, this.getAttribute(s)); 43 clone.setAttribute(s, this.getAttribute(s));
44 } 44 }
45 return clone; 45 return clone;
46 } 46 }
47 }
48 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
47 49
48 }

http://dive4elements.wald.intevation.org