SHL-69 - Remove docs for "version" command that is not available

This commit is contained in:
mpollack
2013-07-25 18:07:48 -04:00
parent d03c4b97a2
commit 201abafb15
2 changed files with 25 additions and 11 deletions

View File

@@ -19,6 +19,10 @@ import org.springframework.shell.core.CommandMarker;
import org.springframework.shell.core.annotation.CliCommand;
import org.springframework.stereotype.Component;
/**
* Commands relating to inline comments
*
*/
@Component
public class InlineCommentCommands implements CommandMarker {