Remove Compiler Warnings

Fixes gh-346
This commit is contained in:
Rob Winch
2016-01-29 12:13:03 -06:00
parent 723ea5e2e0
commit 7a3bf533b3
9 changed files with 11 additions and 29 deletions

View File

@@ -19,6 +19,7 @@ import org.springframework.context.annotation.AnnotationConfigApplicationContext
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;
@SuppressWarnings("resource")
// tag::class[]
@Configuration // <1>
@ImportResource("META-INF/spring/session-server.xml") // <2>