fix service file location

This commit is contained in:
Sebastian Sdorra
2011-05-18 21:59:58 +02:00
parent 6c8b80bbef
commit 39ad760143
2 changed files with 3 additions and 2 deletions

View File

@@ -152,7 +152,8 @@ public class SubCommandOptionHandler extends OptionHandler<SubCommand>
{
reader = new BufferedReader(
new InputStreamReader(
SubCommand.class.getResourceAsStream(RESOURCE_SERVICES)));
SubCommandOptionHandler.class.getResourceAsStream(
RESOURCE_SERVICES)));
String line = reader.readLine();