JAL-2361 option to save on OK of changed named colour scheme
[jalview.git] / src / jalview / analysis / scoremodels / PairwiseSeqScoreModel.java
index c518b21..2ff2518 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -22,7 +22,6 @@ package jalview.analysis.scoremodels;
 
 import jalview.api.analysis.ScoreModelI;
 import jalview.datamodel.AlignmentView;
-import jalview.schemes.ScoreMatrix;
 import jalview.util.Comparison;
 
 public abstract class PairwiseSeqScoreModel implements ScoreModelI