Repository: syncope Updated Branches: refs/heads/master 7334152c7 -> 327c8e03d
forgot delete command Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/9a5b26c6 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9a5b26c6 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9a5b26c6 Branch: refs/heads/master Commit: 9a5b26c681685d77617274ddb1d974b98d5fb5c2 Parents: 7334152 Author: massi <[email protected]> Authored: Thu Nov 26 15:31:38 2015 +0100 Committer: massi <[email protected]> Committed: Thu Nov 26 15:31:38 2015 +0100 ---------------------------------------------------------------------- .../syncope/client/cli/commands/question/QuestionCommand.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/9a5b26c6/client/cli/src/main/java/org/apache/syncope/client/cli/commands/question/QuestionCommand.java ---------------------------------------------------------------------- diff --git a/client/cli/src/main/java/org/apache/syncope/client/cli/commands/question/QuestionCommand.java b/client/cli/src/main/java/org/apache/syncope/client/cli/commands/question/QuestionCommand.java index bcb2a5f..8c40375 100644 --- a/client/cli/src/main/java/org/apache/syncope/client/cli/commands/question/QuestionCommand.java +++ b/client/cli/src/main/java/org/apache/syncope/client/cli/commands/question/QuestionCommand.java @@ -44,6 +44,7 @@ public class QuestionCommand extends AbstractCommand { new QuestionRead(input).read(); break; case DELETE: + new QuestionDelete(input).delete(); break; case HELP: System.out.println(getHelpMessage());
