remove useless method
This commit is contained in:
@@ -34,10 +34,6 @@ import static org.springframework.roo.support.util.StringUtils.*;
|
||||
@Order(Ordered.LOWEST_PRECEDENCE)
|
||||
public class DefaultBannerProvider implements BannerProvider, CommandMarker {
|
||||
|
||||
public int getOrder() {
|
||||
return Ordered.LOWEST_PRECEDENCE;
|
||||
}
|
||||
|
||||
//@CliCommand(value = { "shell-version" }, help = "Displays shell version")
|
||||
public String getBanner() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
@@ -30,10 +30,6 @@ import org.springframework.stereotype.Component;
|
||||
@Order(Ordered.LOWEST_PRECEDENCE)
|
||||
public class DefaultHistoryFileNameProvider implements HistoryFileNameProvider {
|
||||
|
||||
public int getOrder() {
|
||||
return Ordered.LOWEST_PRECEDENCE;
|
||||
}
|
||||
|
||||
public String getHistoryFileName() {
|
||||
return "spring-shell.log";
|
||||
}
|
||||
|
||||
@@ -30,10 +30,6 @@ import org.springframework.stereotype.Component;
|
||||
@Order(Ordered.LOWEST_PRECEDENCE)
|
||||
public class DefaultPromptProvider implements PromptProvider {
|
||||
|
||||
public int getOrder() {
|
||||
return Ordered.LOWEST_PRECEDENCE;
|
||||
}
|
||||
|
||||
public String getPrompt() {
|
||||
return "spring-shell>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user