Ignore:
Timestamp:
2016-05-16T04:05:58+02:00 (8 years ago)
Author:
Don-vip
Message:

findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + RC_REF_COMPARISON + OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Diff.java

    r10179 r10223  
    386386    }
    387387
    388     private boolean inhibit;
    389 
    390388    /**
    391389     * Adjust inserts/deletes of blank lines to join changes as much as possible.
    392390     */
    393391    private void shift_boundaries() {
    394         if (inhibit)
    395             return;
    396392        filevec[0].shift_boundaries(filevec[1]);
    397393        filevec[1].shift_boundaries(filevec[0]);
Note: See TracChangeset for help on using the changeset viewer.