Merge branch 'develop' into features/JAL-1705_ensembl
[jalview.git] / src / jalview / ws / rest / InputType.java
index 8741ddc..69f1d95 100644 (file)
@@ -46,7 +46,8 @@ import org.apache.http.entity.mime.content.StringBody;
  */
 public abstract class InputType
 {
-  private static final Pattern URL_PATTERN = Pattern.compile("^([^=]+)=?'?([^']*)?'?");
+  private static final Pattern URL_PATTERN = Pattern
+          .compile("^([^=]+)=?'?([^']*)?'?");
 
   /**
    * not used yet