comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ManualWSPEditor.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents ea9eef426962
children
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
71 /** The collection */ 71 /** The collection */
72 protected Collection collection; 72 protected Collection collection;
73 73
74 /** Service handle to clone and add artifacts to collection. */ 74 /** Service handle to clone and add artifacts to collection. */
75 LoadArtifactServiceAsync loadArtifactService = GWT.create( 75 LoadArtifactServiceAsync loadArtifactService = GWT.create(
76 org.dive4elements.river.client.client.services.LoadArtifactService.class); 76 org.dive4elements.river.client.client.services
77 .LoadArtifactService.class);
77 78
78 /** Service to feed the artifact with new point-data. */ 79 /** Service to feed the artifact with new point-data. */
79 FeedServiceAsync feedService = GWT.create( 80 FeedServiceAsync feedService = GWT.create(
80 org.dive4elements.river.client.client.services.FeedService.class); 81 org.dive4elements.river.client.client.services.FeedService.class);
81 82

http://dive4elements.wald.intevation.org