/[schmitzm]/branches/2.0-RC2/src/skrueger/geotools/selection/StyledLayerSelectionModel.java
ViewVC logotype

Diff of /branches/2.0-RC2/src/skrueger/geotools/selection/StyledLayerSelectionModel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 96 by alfonx, Fri May 8 11:23:16 2009 UTC revision 97 by alfonx, Fri May 8 12:10:42 2009 UTC
# Line 33  import schmitzm.swing.event.PropertyChan Line 33  import schmitzm.swing.event.PropertyChan
33   */   */
34  public abstract class StyledLayerSelectionModel<E> extends PropertyChangeEmitter {  public abstract class StyledLayerSelectionModel<E> extends PropertyChangeEmitter {
35    /** A static logger for this class  */    /** A static logger for this class  */
36    private static final Logger LOGGER = Logger.getLogger(StyledLayerSelectionModel.class);    protected final Logger LOGGER = Logger.getLogger(this.getClass());
37                    
38    /** Holds the current selection as {@link Feature}-list. This    /** Holds the current selection as {@link Feature}-list. This
39     *  is the basis to create the other selection objects. */     *  is the basis to create the other selection objects. */

Legend:
Removed from v.96  
changed lines
  Added in v.97

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26