X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Frenderer%2FAnnotationRendererFactory.java;h=85d22c9e14833325d6fec5b22aa360f90d092cf9;hb=80b889f0cca49103e1b20ed806755a0719789906;hp=db2eb7a295e5a0ef309b025e696a15b46be858c1;hpb=8288438dd58cfc2d1fe18a060afda0d647b85c32;p=jalview.git diff --git a/src/jalview/renderer/AnnotationRendererFactory.java b/src/jalview/renderer/AnnotationRendererFactory.java index db2eb7a..85d22c9 100644 --- a/src/jalview/renderer/AnnotationRendererFactory.java +++ b/src/jalview/renderer/AnnotationRendererFactory.java @@ -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; }