We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e190851 commit adc76a1Copy full SHA for adc76a1
spring-test/src/test/java/org/springframework/test/web/client/response/ResponseCreatorsTests.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2019 the original author or authors.
+ * Copyright 2002-2020 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -35,6 +35,7 @@
35
36
* @author Rossen Stoyanchev
37
*/
38
+@SuppressWarnings("resource")
39
class ResponseCreatorsTests {
40
41
@Test
0 commit comments