Bugfix: typo in CCMResourceManager

git-svn-id: https://svn.libreccm.org/ccm/trunk@155 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2009-05-07 22:26:48 +00:00
parent 7d1f598d2c
commit ad1645c83f
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ public final class CCMResourceManager {
} }
else { else {
// presumably old style, add path to standard context name // presumably old style, add path to standard context name
home += "/webapps/ROOT)"; home += "/webapps/ROOT";
} }
File file = new File(home); File file = new File(home);