Skip to content

Commit 3235eb6

Browse files
committed
Resolve warning
1 parent f662c3f commit 3235eb6

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)