Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Jul 6, 2021
1 parent 7b0dc68 commit d6290e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ public JdbcTransaction start(String txId, Isolation isolation, SerializableStrat

@Override
public TransactionState getState(String txId) {
throw new UnsupportedOperationException("this methods is not supported in JDBC transaction");
throw new UnsupportedOperationException("this method is not supported in JDBC transaction");
}

@Override
public TransactionState abort(String txId) {
throw new UnsupportedOperationException("this methods is not supported in JDBC transaction");
throw new UnsupportedOperationException("this method is not supported in JDBC transaction");
}

@Override
Expand Down

0 comments on commit d6290e9

Please sign in to comment.