comparison artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/inundationduration/VegetationWmsResource.java @ 9628:bc50ecfc58c5

undo unwanted commit
author dnt_bjoernsen <d.tironi@bjoernsen.de>
date Mon, 14 Oct 2019 16:40:47 +0200
parents f51e23eb036a
children
comparison
equal deleted inserted replaced
9627:f51e23eb036a 9628:bc50ecfc58c5
55 55
56 final List<Protocol> protocols = Arrays.asList(Protocol.HTTPS, Protocol.HTTP); 56 final List<Protocol> protocols = Arrays.asList(Protocol.HTTPS, Protocol.HTTP);
57 final Client client = new Client(new Context(), protocols); 57 final Client client = new Client(new Context(), protocols);
58 // FIXME 58 // FIXME
59 /* Nachfolgende 2 Zeilen sind nur für die BCE-Entwicklungsumgebung bestimmt */ 59 /* Nachfolgende 2 Zeilen sind nur für die BCE-Entwicklungsumgebung bestimmt */
60 client.getContext().getParameters().add("proxyHost", "proxy.bce01.de"); 60 // client.getContext().getParameters().add("proxyHost", "proxy.bce01.de");
61 client.getContext().getParameters().add("proxyPort", "8080"); 61 // client.getContext().getParameters().add("proxyPort", "8080");
62 return client; 62 return client;
63 } 63 }
64 }; 64 };
65 65
66 @Override 66 @Override

http://dive4elements.wald.intevation.org