X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fapplication%2Fpfam_go.java;h=75f0381234d72c4c58a824e6e9f40a73eea3b57b;hb=69ef8ad030b982bf5c7403be8e860ab5645683fa;hp=07e22bb80eeffc0e446f024a932c4b31af438748;hpb=c6b74aa20ac0c91099597b9474e7da6c0ffdb9a6;p=jalview.git diff --git a/forester/java/src/org/forester/application/pfam_go.java b/forester/java/src/org/forester/application/pfam_go.java index 07e22bb..75f0381 100644 --- a/forester/java/src/org/forester/application/pfam_go.java +++ b/forester/java/src/org/forester/application/pfam_go.java @@ -49,8 +49,9 @@ public class pfam_go { final static private String E_MAIL = "czmasek@burnham.org"; final static private String WWW = "www.phylosoft.org"; - private static void process( final File pfams_file, final List mappings, boolean allow_duplicates ) - throws IOException { + private static void process( final File pfams_file, + final List mappings, + final boolean allow_duplicates ) throws IOException { final BufferedReader reader = ForesterUtil.obtainReader( pfams_file ); String line = ""; int found_count = 0; @@ -113,7 +114,7 @@ public class pfam_go { } final List allowed_options = new ArrayList(); allowed_options.add( ALLOW_DUPLICATES_OPTION ); - if ( cla.getNumberOfNames() != 2 && cla.getNumberOfNames() != 3 ) { + if ( ( cla.getNumberOfNames() != 2 ) && ( cla.getNumberOfNames() != 3 ) ) { printHelp(); System.exit( -1 ); }