Changeset 11498 in josm


Ignore:
Timestamp:
2017-01-25T18:49:05+01:00 (7 years ago)
Author:
Don-vip
Message:

status report: Remove jnlpx.vmargs (base64 encoded copy of VM arguments already included in clear)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java

    r11156 r11498  
    145145                    if (param[0].toLowerCase(Locale.ENGLISH).startsWith("-dproxy")) {
    146146                        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();
    147150                    } else {
    148151                        // Replace some paths for readability and privacy concerns
Note: See TracChangeset for help on using the changeset viewer.