formatting
[jalview.git] / src / jalview / ws / seqfetcher / DbSourceProxyImpl.java
index 1467aaf..c09e674 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)\r
- * Copyright (C) 2011 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle\r
+ * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle\r
  * \r
  * This file is part of Jalview.\r
  * \r
@@ -131,9 +131,8 @@ public abstract class DbSourceProxyImpl implements DbSourceProxy
   @Override\r
   public boolean isA(Object dbsourceproperty)\r
   {\r
-    assert(dbsourceproperty!=null);\r
-    return (props==null) ? false : props.containsKey(dbsourceproperty);\r
+    assert (dbsourceproperty != null);\r
+    return (props == null) ? false : props.containsKey(dbsourceproperty);\r
   }\r
-  \r
 \r
 }\r