Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 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 | 9be8d7942284 |
children | b3bc5e9ba912 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Oct 15 16:09:12 2012 +0200 +++ b/flys-client/ChangeLog Mon Oct 15 16:19:11 2012 +0200 @@ -1,3 +1,9 @@ +2012-10-15 Björn Ricks <bjoern.ricks@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: + Make updateUserCollections public. It must be called by FLYS to update the + project list if a new gauge discharge curve collection is created. + 2012-10-15 Björn Ricks <bjoern.ricks@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/GaugePanel.java,