Skip to content

Commit

Permalink
RequestBoundaryMethods no-op test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyc committed Aug 21, 2024
1 parent b51d09b commit c5de6df
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@ private List<String> getVerifiedMethodNames() {
verifiedMethodNames.add("setCalcBigDecimalPrecision");
verifiedMethodNames.add("registerBeforeReconnectListener");
verifiedMethodNames.add("removeBeforeReconnectListener");
verifiedMethodNames.add("getUseFlexibleCallableStatements");
verifiedMethodNames.add("setUseFlexibleCallableStatements");
return verifiedMethodNames;
}
}

0 comments on commit c5de6df

Please sign in to comment.