JAL-2136 New Phyre2 branch + attempt to resynced with develop
[jalview.git] / src / jalview / io / StructureFile.java
index ab220f0..ab0f299 100644 (file)
@@ -409,7 +409,7 @@ public abstract class StructureFile extends AlignFile
    * @return truncated dataName to after last '/' and pruned .extension if
    *         present
    */
-  protected String safeName(String dataName)
+  public static String safeName(String dataName)
   {
     int p = 0;
     while ((p = dataName.indexOf("/")) > -1 && p < dataName.length())