[Schmitzm-commits] r507 - branches/1.0-gt2-2.6/src/skrueger/geotools
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Nov 2 17:37:03 CET 2009
Author: alfonx
Date: 2009-11-02 17:37:03 +0100 (Mon, 02 Nov 2009)
New Revision: 507
Modified:
branches/1.0-gt2-2.6/src/skrueger/geotools/MapContextManagerInterface.java
Log:
Javadoc some corrected
Modified: branches/1.0-gt2-2.6/src/skrueger/geotools/MapContextManagerInterface.java
===================================================================
--- branches/1.0-gt2-2.6/src/skrueger/geotools/MapContextManagerInterface.java 2009-10-31 12:15:37 UTC (rev 506)
+++ branches/1.0-gt2-2.6/src/skrueger/geotools/MapContextManagerInterface.java 2009-11-02 16:37:03 UTC (rev 507)
@@ -67,10 +67,10 @@
*/
boolean insertStyledLayer (StyledLayerInterface<?> styledLayer, int mapContextIdx);
- /** Add {@link MapLayerListener} */
+ /** Add {@link MapLayerListListener} */
void addMapLayerListListener( MapLayerListListener listener);
- /** Remove {@link MapLayerListener} */
+ /** Remove {@link MapLayerListListener} */
void removeMapLayerListListener( MapLayerListListener listener);
/**
More information about the Schmitzm-commits
mailing list