Ignore:
Timestamp:
2013-08-21T03:47:16+02:00 (12 years ago)
Author:
donvip
Message:

[josm_plugins] fix #8987 - bump min JOSM version of nearly all plugins to r6162 + code update/cleanup, fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/globalsat/src/org/kaintoch/gps/globalsat/dg100/Response.java

    r13497 r29854  
    5656        {
    5757            int recType = 2;
    58             int ii = 0;
    5958            // read part 1
    6059            while (buf.position() <= len)
     
    7069                }
    7170                recType = gpsRec.getDg100TypeOfNextRec();
    72                 ++ii;
    7371            }
    7472            // read part 2
     
    8684                }
    8785                recType = gpsRec.getDg100TypeOfNextRec();
    88                 ++ii;
    8986            }
    9087        }
Note: See TracChangeset for help on using the changeset viewer.