comparison flys-client/src/main/java/de/intevation/flys/client/client/FLYS.java @ 3980:6cc5186b9b48

Fix typo createGaugeDischargeCurverArtifact -> createGaugeDischargeCurveArtifact
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 28 Sep 2012 13:11:25 +0200
parents 436eec3be6ff
children ccac1279eb41
comparison
equal deleted inserted replaced
3979:097f7c4207bc 3980:6cc5186b9b48
470 470
471 @Override 471 @Override
472 public void onSuccess(Collection collection) { 472 public void onSuccess(Collection collection) {
473 GWT.log("Successfully created a new collection."); 473 GWT.log("Successfully created a new collection.");
474 final Collection col = collection; 474 final Collection col = collection;
475 artifactService.createGaugeDischargeCurverArtifact( 475 artifactService.createGaugeDischargeCurveArtifact(
476 col, locale, riv, ref, 476 col, locale, riv, ref,
477 new AsyncCallback<Artifact>() { 477 new AsyncCallback<Artifact>() {
478 @Override 478 @Override
479 public void onFailure(Throwable caught) { 479 public void onFailure(Throwable caught) {
480 GWT.log("Could not create the new artifact."); 480 GWT.log("Could not create the new artifact.");

http://dive4elements.wald.intevation.org