Skip to content

Commit

Permalink
Merge branch 'main' into address-issues-from-4Q-recipe-work
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Jan 18, 2024
2 parents 9181655 + 4c2b863 commit 761f04b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2307,6 +2307,7 @@ public void setLogWriter(PrintWriter out) throws SQLException {
@Test
void testConnection() {
rewriteRun(
spec -> spec.recipeOutputStabilityValidation(false),
//language=java
java(
"""
Expand Down Expand Up @@ -2781,10 +2782,6 @@ public void setSchema(java.lang.String schema) throws java.sql.SQLException {
// TODO Auto-generated method stub
}
public void setNetworkTimeout(java.util.concurrent.Executor executor, int milliseconds) {
// TODO Auto-generated method stub
}
}
"""
)
Expand Down

0 comments on commit 761f04b

Please sign in to comment.