Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5247 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
lotus committed Oct 4, 2008
1 parent d0bdcdd commit 0d1a2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/server/serverClassLoader.java
Expand Up @@ -31,7 +31,7 @@ public final class serverClassLoader extends ClassLoader {
/**
* directory of class files
*/
private static final String HTROOT = "htroot/";
private static final String HTROOT = "htroot" + File.separator;
private final static String baseDir = System.getProperty("user.dir");
private final HashMap<File, Class<?>> classes;

Expand Down

0 comments on commit 0d1a2f6

Please sign in to comment.