JAL-2805 made needed color set methods public
[jalview.git] / forester / java / src / org / forester / application / cladinator.java
index a4b273f..6b66230 100644 (file)
@@ -101,7 +101,7 @@ public final class cladinator {
                 print_help();
                 System.exit( -1 );
             }
-            final List<String> allowed_options = new ArrayList<>();
+            final List<String> allowed_options = new ArrayList<String>();
             allowed_options.add( SEP_OPTION );
             allowed_options.add( QUERY_PATTERN_OPTION );
             allowed_options.add( SPECIFICS_CUTOFF_OPTION );