comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java @ 2905:51ed89b754ae

FLYS client: Removed trailing whitespace. flys-client/trunk@4671 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:35:37 +0000
parents 3952429cc41b
children 725470fc57d2
comparison
equal deleted inserted replaced
2904:e740c43e6f5b 2905:51ed89b754ae
645 url += "maxx=" + maxX + "&"; 645 url += "maxx=" + maxX + "&";
646 url += "miny=" + minY + "&"; 646 url += "miny=" + minY + "&";
647 url += "maxy=" + maxY + "&"; 647 url += "maxy=" + maxY + "&";
648 } 648 }
649 catch (Exception e) { 649 catch (Exception e) {
650 // XXX: Ignore it. bounds.getXXX() throw 650 // XXX: Ignore it. bounds.getXXX() throw
651 // exceptions when bound is invalid. :-/ 651 // exceptions when bound is invalid. :-/
652 } 652 }
653 } 653 }
654 654
655 url += "uuid=" + uuid + "&maptype=" + mapType; 655 url += "uuid=" + uuid + "&maptype=" + mapType;

http://dive4elements.wald.intevation.org