diff --git a/console/src/main/java/lcsb/mapviewer/run/PdMapAnnotations.java b/console/src/main/java/lcsb/mapviewer/run/PdMapAnnotations.java index 2ddc3a1ee4c4d397ffac106c40e9853ba427eadd..3f159553cd59a100ae0a83503b9b8acf7e92362e 100644 --- a/console/src/main/java/lcsb/mapviewer/run/PdMapAnnotations.java +++ b/console/src/main/java/lcsb/mapviewer/run/PdMapAnnotations.java @@ -38,11 +38,11 @@ public final class PdMapAnnotations { * * @return filename of the last available version of pd project * @throws FileNotFoundException - * thrown when file cannpt be found + * thrown when file cannot be found */ public static String getLastPdFilename() throws FileNotFoundException { String result = null; - File folder = new File("testFiles/PD_full/"); + File folder = new File("testFiles/pd_full/"); File[] listOfFiles = folder.listFiles(); for (int i = 0; i < listOfFiles.length; i++) {