Changeset 1721 for trunk/docx4j
- Timestamp:
- 11/28/11 22:36:16 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/utils/JarCheck.java
r1565 r1721 107 107 convertHumanToMachine.put( "1.5", 49 ); 108 108 convertHumanToMachine.put( "1.6", 50 ); 109 convertHumanToMachine.put( "1.7", 51 ); 109 110 } 110 111 … … 118 119 convertMachineToHuman.put( 49, "1.5" ); 119 120 convertMachineToHuman.put( 50, "1.6" ); 121 convertMachineToHuman.put( 51, "1.7" ); 120 122 } 121 123
Note: See TracChangeset
for help on using the changeset viewer.
