Skip to content

Commit adc76a1

Browse files
committed
Suppress warnings in ResponseCreatorsTests
1 parent e190851 commit adc76a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-test/src/test/java/org/springframework/test/web/client/response/ResponseCreatorsTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 the original author or authors.
2+
* Copyright 2002-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -35,6 +35,7 @@
3535
*
3636
* @author Rossen Stoyanchev
3737
*/
38+
@SuppressWarnings("resource")
3839
class ResponseCreatorsTests {
3940

4041
@Test

0 commit comments

Comments
 (0)