another doc update

This commit is contained in:
Costin Leau
2012-07-18 16:20:21 +03:00
parent ed0166eaae
commit 309f3c4244

View File

@@ -92,8 +92,6 @@ public class HelloWorldCommands implements CommandMarker {
<programlisting language="java">@Component
public class HelloWorldCommands implements CommandMarker {
protected final Logger LOG = Logger.getLogger(getClass().getName());
@CliAvailabilityIndicator({"hw simple"})
public boolean isCommandAvailable() {
return true;