From 5cfc35af3e295efd4e593de372f60a872be24b3f Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Wed, 18 Jul 2012 00:49:17 -0400 Subject: [PATCH] update sample application --- .../shell/samples/helloworld/commands/HelloWorldCommands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/HelloWorldCommands.java b/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/HelloWorldCommands.java index 490ab14a..cd83f124 100644 --- a/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/HelloWorldCommands.java +++ b/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/HelloWorldCommands.java @@ -23,7 +23,7 @@ public class HelloWorldCommands implements CommandMarker { } @CliAvailabilityIndicator({"hw complex", "hw enum"}) - public boolean isComplexCommandAvailable() { + public boolean isComplexAvailable() { if (simpleCommandExecuted) { return true; } else {