Fix compiler warnings

This commit is contained in:
Andy Wilkinson
2016-04-04 13:26:41 +01:00
parent 83e8b92c3b
commit feb2f352f6
22 changed files with 77 additions and 47 deletions

View File

@@ -19,7 +19,6 @@ package com.example.mockmvc;
import org.junit.Before;
import org.junit.Rule;
import org.springframework.restdocs.JUnitRestDocumentation;
import org.springframework.restdocs.RestDocumentation;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
import org.springframework.web.context.WebApplicationContext;
@@ -32,6 +31,7 @@ public class ParameterizedOutput {
@Rule
public final JUnitRestDocumentation restDocumentation = new JUnitRestDocumentation("build");
@SuppressWarnings("unused")
private MockMvc mockMvc;
private WebApplicationContext context;