Index: trunk/scripts/BuildProjectionDefinitions.java
===================================================================
--- trunk/scripts/BuildProjectionDefinitions.java	(revision 9133)
+++ trunk/scripts/BuildProjectionDefinitions.java	(revision 9231)
@@ -42,5 +42,10 @@
     private static int noProj4 = 0;
 
-    public static void main(String[] args) throws IOException, InterruptedException {
+    /**
+     * Program entry point
+     * @param args command line arguments (not used)
+     * @throws IOException if any I/O error occurs
+     */
+    public static void main(String[] args) throws IOException {
         buildList();
     }
