Merge branch 'develop' into spike/JAL-4047/JAL-4048_columns_in_sequenceID
[jalview.git] / src / jalview / renderer / AnnotationRendererFactory.java
index db2eb7a..85d22c9 100644 (file)
@@ -7,8 +7,7 @@ import jalview.ws.datamodel.alphafold.PAEContactMatrix;
 
 import java.util.IdentityHashMap;
 
-public class AnnotationRendererFactory implements
-        AnnotationRendererFactoryI
+public class AnnotationRendererFactory implements AnnotationRendererFactoryI
 {
 
   private static AnnotationRendererFactoryI factory = null;
@@ -40,8 +39,9 @@ public class AnnotationRendererFactory implements
       {
         return ContactMapRenderer.newPAERenderer();
       }
-      // TODO add potential for configuring renderer directly from the annotation row and/or viewmodel
-      
+      // TODO add potential for configuring renderer directly from the
+      // annotation row and/or viewmodel
+
     }
     return null;
   }