Skip to content

Commit f599cda

Browse files
committed
#BTRACE=86: Typo in samples/JdbcQueries.java
1 parent c6b6720 commit f599cda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/JdbcQueries.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public class JdbcQueries {
8484
* @param args
8585
* the list of method parameters. args[1] is the SQL.
8686
*/
87-
@OnMethod(clazz = "+java.sql.Connection", method = "/prepare(Call|Statement))/")
87+
@OnMethod(clazz = "+java.sql.Connection", method = "/prepare(Call|Statement)/")
8888
public static void onPrepare(AnyType[] args) {
8989
preparingStatement = useStackTrace ? Threads.jstackStr() : str(args[0]);
9090
}
@@ -159,4 +159,4 @@ public static void onEvent() {
159159
println("---------------------------------------------");
160160
}
161161

162-
}
162+
}

0 commit comments

Comments
 (0)