should fix unit tests on windauze

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1214693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-12-15 10:31:52 +00:00
parent e84f162ae5
commit c73cb26c0f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class Maven2RepositoryPathTranslator
private Logger log = LoggerFactory.getLogger( getClass() );
private static final char PATH_SEPARATOR = File.separatorChar;// '/';
private static final char PATH_SEPARATOR = '/';
private static final char GROUP_SEPARATOR = '.';