Merge branch 'develop' into spike/JAL-1950_hmmer3client
[jalview.git] / src / jalview / util / Comparison.java
index 0beb45b..4acf6a2 100644 (file)
@@ -245,7 +245,7 @@ public class Comparison
    */
   public static final boolean isGap(char c)
   {
-    return (c == GAP_DASH || c == GAP_DOT || c == GAP_SPACE) ? true : false;
+    return (c == GAP_DASH || c == GAP_DOT || c == GAP_SPACE);
   }
 
   /**