diff flys-client/src/main/java/de/intevation/flys/client/client/ui/ProjectList.java @ 4140:a9bafa5445f9

Change updateUserCollections visibility to public The method must be called by FLYS to update the project list if a new gauge discharge curve collection is created.
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 15 Oct 2012 16:19:11 +0200
parents 9969e3b0d860
children 03de5c424f95
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/ProjectList.java	Mon Oct 15 16:09:12 2012 +0200
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/ProjectList.java	Mon Oct 15 16:19:11 2012 +0200
@@ -569,7 +569,7 @@
     }
 
 
-    protected void updateUserCollections() {
+    public void updateUserCollections() {
         GWT.log("==> ProjectList updates user collections!");
 
         Config config = Config.getInstance();

http://dive4elements.wald.intevation.org