Changeset 9231 in josm for trunk/scripts
- Timestamp:
- 2016-01-01T02:35:34+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/BuildProjectionDefinitions.java
r9133 r9231 42 42 private static int noProj4 = 0; 43 43 44 public static void main(String[] args) throws IOException, InterruptedException { 44 /** 45 * Program entry point 46 * @param args command line arguments (not used) 47 * @throws IOException if any I/O error occurs 48 */ 49 public static void main(String[] args) throws IOException { 45 50 buildList(); 46 51 }
Note:
See TracChangeset
for help on using the changeset viewer.