inprogress
[jalview.git] / forester / java / src / org / forester / evoinference / matrix / character / CharacterStateMatrix.java
index 905552c..8a811bb 100644 (file)
@@ -21,7 +21,7 @@
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 //
 // Contact: phylosoft @ gmail . com
-// WWW: www.phylosoft.org/forester
+// WWW: https://sites.google.com/site/cmzmasek/home/software/forester
 
 package org.forester.evoinference.matrix.character;
 
@@ -128,7 +128,7 @@ public interface CharacterStateMatrix<S> {
                 case UNKNOWN:
                     return "?";
             }
-            throw new AssertionError( "unknown state: " + this );
+            throw new RuntimeException( "unknown state: " + this );
         }
     }