refactor code per Mark comments, remove some system commands per Jun comments.
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user