Skip to content

Commit 0a9bcd9

Browse files
committed
Polish
1 parent ac2609b commit 0a9bcd9

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/web/servlet

1 file changed

+1
-1
lines changed

spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/web/servlet/WebDriverScope.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class WebDriverScope implements Scope {
4848
private static final String[] BEAN_CLASSES = { WEB_DRIVER_CLASS,
4949
"org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder" };
5050

51-
private Map<String, Object> instances = new HashMap<String, Object>();
51+
private final Map<String, Object> instances = new HashMap<String, Object>();
5252

5353
@Override
5454
public Object get(String name, ObjectFactory<?> objectFactory) {

0 commit comments

Comments
 (0)