JAL-1517 update copyright to version 2.8.2
[jalview.git] / src / jalview / renderer / AnnotationRenderer.java
index fca8523..1c125a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.1)
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
  * Copyright (C) 2014 The Jalview Authors
  * 
  * This file is part of Jalview.
@@ -681,7 +681,7 @@ public class AnnotationRenderer
                         column, validRes, validEnd);
                 break;
 
-              case 'µ':
+              case '�':
                 drawSheetAnnot(g, row_annotations, lastSSX, x, y, iconOffset, startRes,
                         column, validRes, validEnd);
                 break;
@@ -811,7 +811,7 @@ public class AnnotationRenderer
                   column, validRes, validEnd);
           break;
 
-        case 'µ':
+        case '�':
           drawSheetAnnot(g, row_annotations, lastSSX, x, y, iconOffset, startRes,
                   column, validRes, validEnd);
           break;