Changeset 11498 in josm for trunk/src/org
- Timestamp:
- 2017-01-25T18:49:05+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java
r11156 r11498 145 145 if (param[0].toLowerCase(Locale.ENGLISH).startsWith("-dproxy")) { 146 146 it.set(param[0]+"=xxx"); 147 } else if ("-Djnlpx.vmargs".equals(param[0])) { 148 // Remove jnlpx.vmargs (base64 encoded copy of VM arguments already included in clear) 149 it.remove(); 147 150 } else { 148 151 // Replace some paths for readability and privacy concerns
Note:
See TracChangeset
for help on using the changeset viewer.