Ignore:
Timestamp:
2013-09-22T18:36:07+02:00 (11 years ago)
Author:
Don-vip
Message:

Sonar/FindBugs - various bugfixes / violation fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/history/TwoColumnDiff.java

    r6222 r6246  
    6565    private void diff() {
    6666        Diff diff = new Diff(reference, current);
    67         Diff.change script = diff.diff_2(false);
     67        Diff.Change script = diff.diff_2(false);
    6868        twoColumnDiffFromScript(script, reference, current);
    6969    }
     
    7373     * This method expands this script into a full two column description.
    7474     */
    75     private void twoColumnDiffFromScript(Diff.change script, Object[] a, Object[] b) {
     75    private void twoColumnDiffFromScript(Diff.Change script, Object[] a, Object[] b) {
    7676        int ia = 0;
    7777        int ib = 0;
Note: See TracChangeset for help on using the changeset viewer.