Polish
This commit is contained in:
parent
ac2609b585
commit
0a9bcd9893
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue