Ignore:
Timestamp:
2013-07-26T13:38:17+02:00 (11 years ago)
Author:
bastiK
Message:

see #8902 - add missing @Override annotations (patch by shinigami)

File:
1 edited

Legend:

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

    r5927 r6084  
    407407
    408408    static class ReverseScript implements ScriptBuilder {
     409        @Override
    409410        public  change build_script(
    410411                final boolean[] changed0,int len0,
     
    440441        /** Scan the tables of which lines are inserted and deleted,
    441442       producing an edit script in forward order.  */
     443        @Override
    442444        public change build_script(
    443445                final boolean[] changed0,int len0,
Note: See TracChangeset for help on using the changeset viewer.