This commit is contained in:
Andy Wilkinson 2016-09-18 10:29:14 +01:00
parent ac2609b585
commit 0a9bcd9893

View File

@ -48,7 +48,7 @@ class WebDriverScope implements Scope {
private static final String[] BEAN_CLASSES = { WEB_DRIVER_CLASS,
"org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder" };
private Map<String, Object> instances = new HashMap<String, Object>();
private final Map<String, Object> instances = new HashMap<String, Object>();
@Override
public Object get(String name, ObjectFactory<?> objectFactory) {