Changeset 9231 in josm for trunk/scripts


Ignore:
Timestamp:
2016-01-01T02:35:34+01:00 (9 years ago)
Author:
Don-vip
Message:

javadoc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/BuildProjectionDefinitions.java

    r9133 r9231  
    4242    private static int noProj4 = 0;
    4343
    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 {
    4550        buildList();
    4651    }
Note: See TracChangeset for help on using the changeset viewer.