Ignore:
Timestamp:
2014-10-04T17:28:45+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] fix various compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/NanoLog/src/nanolog/NanoLogLayer.java

    r30491 r30701  
    305305        private boolean toZero;
    306306
    307         public CorrelateEntries() {
    308             this(false);
    309         }
    310 
    311307        public CorrelateEntries( boolean toZero ) {
    312308            super(toZero ? tr("Correlate with GPX...") : tr("Put on GPX..."), "nanolog/correlate", tr("Correlate entries with GPS trace"), null, false);
Note: See TracChangeset for help on using the changeset viewer.