Update SpringCachingBehaviorTest.java

This commit is contained in:
abhibavishi 2015-06-19 01:53:33 +05:30
parent 1105949abf
commit d54190eaa8
1 changed files with 0 additions and 5 deletions

View File

@ -9,12 +9,8 @@ import org.springframework.stereotype.Component;
import static org.junit.Assert.*;
import org.junit.Test;
@Component
public class SpringCachingBehaviorTest {
@Test
public void testCaching() {
@SuppressWarnings("resource")
@ -24,5 +20,4 @@ public class SpringCachingBehaviorTest {
example.getAddress(cust);
fail("Unable to instantiate the CustomerDataService");
}
}