refactor code per Mark comments, remove some system commands per Jun comments.

This commit is contained in:
Jarred Li
2012-04-13 12:11:20 +08:00
parent 270c6d1e17
commit 34e4c23e1f
11 changed files with 21 additions and 28 deletions

View File

@@ -16,7 +16,7 @@
package org.springframework.shell.samples.helloworld.commands;
import org.springframework.shell.plugin.HistoryFileProvider;
import org.springframework.shell.plugin.HistoryFileNameProvider;
import org.springframework.stereotype.Component;
/**
@@ -25,7 +25,7 @@ import org.springframework.stereotype.Component;
*
*/
@Component
public class MyHistoryFileProvider implements HistoryFileProvider {
public class MyHistoryFileNameProvider implements HistoryFileNameProvider {
public int getOrder() {
return 1;