Add missing final declaration for static field

This commit is contained in:
Juergen Hoeller
2020-02-12 16:49:19 +01:00
parent d1c7083e77
commit 9f6572a095

View File

@@ -90,7 +90,7 @@ import org.springframework.web.util.UriTemplateHandler;
*/
public class RestTemplate extends InterceptingHttpAccessor implements RestOperations {
private static boolean romePresent;
private static final boolean romePresent;
private static final boolean jaxb2Present;