Polish
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user