Skip to content

Commit a62a4ea

Browse files
authored
Merge pull request #1085 from domaframework/chore/resolve-warning
Resolve warning
2 parents f662c3f + 3235eb6 commit a62a4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doma-core/src/test/java/org/seasar/doma/jdbc/query/UpsertAssemblerContextTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ public Optional<Class<?>> getDomainClass() {
319319
}
320320

321321
@Override
322-
public Wrapper getWrapper() {
322+
public Wrapper<Object> getWrapper() {
323323
return null;
324324
}
325325
};

0 commit comments

Comments
 (0)