JAL-2314 made non-test method non-public
[jalview.git] / test / jalview / ws / jabaws / RNAStructExportImport.java
index 23c7751..4e9741e 100644 (file)
@@ -203,11 +203,11 @@ public class RNAStructExportImport
 
     AlignmentI orig_alig = af.getViewport().getAlignment();
 
-    testAnnotationFileIO("Testing RNAalifold Annotation IO", orig_alig);
+    verifyAnnotationFileIO("Testing RNAalifold Annotation IO", orig_alig);
 
   }
 
-  public static void testAnnotationFileIO(String testname, AlignmentI al)
+  static void verifyAnnotationFileIO(String testname, AlignmentI al)
   {
     try
     {