We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fa2382 + b9cbb6a commit 5f982fbCopy full SHA for 5f982fb
src/test/java/org/apache/ibatis/reflection/factory/DefaultObjectFactoryTest.java
@@ -1,5 +1,5 @@
1
/**
2
- * Copyright 2009-2019 the original author or authors.
+ * Copyright 2009-2020 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -62,7 +62,7 @@ void createClassThrowsProperErrorMsg() {
62
}
63
64
@Test
65
- void creatHashMap() {
+ void createHashMap() {
66
DefaultObjectFactory defaultObjectFactory=new DefaultObjectFactory();
67
Map map= defaultObjectFactory.create(Map.class,null,null);
68
Assertions.assertTrue(map instanceof HashMap, "Should be HashMap");
0 commit comments