JAL-2349 javadoc dummy contact matrix
[jalview.git] / src / jalview / datamodel / AlignmentAnnotation.java
index 2a89fa1..43a1b06 100755 (executable)
@@ -219,6 +219,8 @@ public class AlignmentAnnotation
 
   public static final int LINE_GRAPH = 2;
 
+  public static final int CUSTOMRENDERER = 4;
+
   public boolean belowAlignment = true;
 
   public SequenceGroup groupRef = null;
@@ -1307,8 +1309,7 @@ public class AlignmentAnnotation
    *       already
    */
   public void remap(SequenceI newref, HashMap<Integer, int[]> mapping,
-          int from, int to,
-          int idxoffset)
+          int from, int to, int idxoffset)
   {
     if (mapping != null)
     {