Ignore:
Timestamp:
2013-07-24T18:01:58+02:00 (11 years ago)
Author:
akks
Message:

[josm_utilsplugin2. josm_commandline, josm_livegps, josm_reverter, josm_opendata, josm_videomapping]:
rearrange menu items and change menu accelerators, add Netbeans projects, fix some syntax warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/livegps/src/livegps/LiveGpsAcquirer.java

    r27021 r29769  
    33import static org.openstreetmap.josm.tools.I18n.tr;
    44
    5 import java.lang.Float;
    65
    76import java.beans.PropertyChangeEvent;
     
    1615
    1716import org.openstreetmap.josm.Main;
    18 import org.openstreetmap.josm.data.coor.LatLon;
    1917
    2018import org.json.JSONObject;
     
    118116    }
    119117
     118    @Override
    120119    public void run() {
    121120        LiveGpsData oldGpsData = null;
     
    133132                        Thread.sleep(1000);
    134133                    } catch (InterruptedException ignore) {}
    135                 };
     134                }
    136135            }
    137136
     
    167166                try {
    168167                    Thread.sleep(1000);
    169                 } catch (InterruptedException ignore) {} ;
     168                } catch (InterruptedException ignore) {}
    170169                // send warning to layer
    171170            }
     
    235234                Watch.put("enable", true);
    236235                Watch.put("json", true);
    237             } catch (JSONException je) {};
     236            } catch (JSONException je) {}
    238237
    239238            String Request = "?WATCH=" + Watch.toString() + ";\n";
Note: See TracChangeset for help on using the changeset viewer.