Small cleanups

Some minor warnings / deprecation fixes.
This commit is contained in:
Kris De Volder
2019-04-01 14:06:07 -07:00
parent db5d5b7b2f
commit cd9bda2a42
2 changed files with 6 additions and 4 deletions

View File

@@ -27,7 +27,6 @@ import com.sun.tools.attach.VirtualMachineDescriptor;
/**
* @author Martin Lippert
*/
@SuppressWarnings("restriction")
public class LocalSpringBootApp extends AbstractSpringBootApp {
private static final Logger logger = LoggerFactory.getLogger(LocalSpringBootApp.class);