JAL-629 implementation of --tempfac options
[jalview.git] / src / jalview / ws / datamodel / alphafold / PAEContactMatrix.java
index 0ac3e00..3298a96 100644 (file)
@@ -30,7 +30,6 @@ public class PAEContactMatrix implements ContactMatrixI
 
   @SuppressWarnings("unchecked")
   public PAEContactMatrix(SequenceI _refSeq, Map<String, Object> pae_obj)
-          throws Exception
   {
     refSeq = _refSeq;
     while (refSeq.getDatasetSequence() != null)
@@ -184,6 +183,5 @@ public class PAEContactMatrix implements ContactMatrixI
   public String getAnnotLabel()
   {
     return "pAE Matrix";
-
   }
 }