Ignore:
Timestamp:
06/21/09 19:31:45 (3 years ago)
Author:
jharrop
Message:

Use "newer", "older" for diff terminology, not "left", "right"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/diffx/com/topologi/diffx/Docx4jDriver.java

    r836 r838  
    140140         
    141141         
    142         public static void diff(Node xml2, Node xml1, Writer out) // swapped,  
     142        public static void diff(Node xml1, Node xml2, Writer out) // swapped,  
    143143                        throws DiffXException, IOException { 
    144144 
Note: See TracChangeset for help on using the changeset viewer.