Suppress warnings Gradle build
This commit is contained in:
parent
eb654dc177
commit
ca8acc8758
|
|
@ -46,6 +46,7 @@ public class ForwardedHeaderFilterTests {
|
|||
|
||||
|
||||
@Before
|
||||
@SuppressWarnings("serial")
|
||||
public void setUp() throws Exception {
|
||||
this.request = new MockHttpServletRequest();
|
||||
this.request.setScheme("http");
|
||||
|
|
|
|||
Loading…
Reference in New Issue