Changeset 29566 in osm for applications/editors/josm/plugins/CommandLine/src
- Timestamp:
- 2013-05-09T09:37:57+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLine.java
r29505 r29566 584 584 synchronized (syncObj) { 585 585 try { 586 syncObj.wait( 10000);586 syncObj.wait(Main.pref.getInteger("commandline.timeout", 20000)); 587 587 } catch (InterruptedException e) { 588 588 }
Note:
See TracChangeset
for help on using the changeset viewer.