SHL-104 - Remove compiler warnings

Thanks Hu Xi - 890b41bb04
This commit is contained in:
mpollack
2013-07-25 19:46:25 -04:00
parent 344385116c
commit 87fc2cb862
5 changed files with 18 additions and 11 deletions

View File

@@ -17,8 +17,6 @@ package org.springframework.shell.samples.helloworld.commands;
import org.springframework.core.Ordered;
import org.springframework.core.annotation.Order;
import org.springframework.shell.core.CommandMarker;
import org.springframework.shell.core.annotation.CliCommand;
import org.springframework.shell.plugin.support.DefaultBannerProvider;
import org.springframework.shell.support.util.OsUtils;
import org.springframework.stereotype.Component;