inprogress
[jalview.git] / forester / java / src / org / forester / msa / ResampleableMsa.java
index ad36c53..3823241 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.msa;
 
@@ -35,7 +35,6 @@ public final class ResampleableMsa extends BasicMsa {
 
     public void resample( final int[] resampled_column_positions ) {
         if ( resampled_column_positions.length != getLength() ) {
-            _resampled_column_positions = null;
             throw new IllegalArgumentException( "illegal attempt to use " + resampled_column_positions.length
                     + " resampled column positions on msa of length " + getLength() );
         }