HHH-16295 - trivial correction in JdbcUpdateMutation
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
parent
814efa5011
commit
cfca8a72a5
|
@ -32,7 +32,7 @@ public class JdbcUpdateMutation extends AbstractJdbcMutation {
|
|||
|
||||
@Override
|
||||
public MutationType getMutationType() {
|
||||
return MutationType.INSERT;
|
||||
return MutationType.UPDATE;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue