Update folder for INSA.

這個提交存在於:
Holt59 2018-03-11 22:16:48 +01:00
父節點 94cbeef58f
當前提交 4af68f9f93

查看文件

@ -40,10 +40,10 @@ public class FileUtils {
static {
// Populate folderToEntry
folderToEntry.put(FolderType.Map,
new PreferencesEntry("DefaultMapFolder", "/home/commetud/..."));
folderToEntry.put(FolderType.PathInput,
new PreferencesEntry("DefaultPathInputFolder", "/home/commetud/..."));
folderToEntry.put(FolderType.Map, new PreferencesEntry("DefaultMapFolder",
"/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Maps"));
folderToEntry.put(FolderType.PathInput, new PreferencesEntry("DefaultPathInputFolder",
"/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Paths"));
folderToEntry.put(FolderType.PathOutput,
new PreferencesEntry("DefaultPathOutputsFolder", "paths"));