Skip to content

Commit

Permalink
Fix syntax highlighting on test example
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcgee-mac committed Feb 8, 2021
1 parent 4b53fdb commit 8db0610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Also, since the statement is static and has package visibility it can be used
in an automated test environment with a database connection to drive different
test cases for the SQL query directly.

```
```java
@Test
public void testMyStatement() {
Connection conn = ...
Expand Down

0 comments on commit 8db0610

Please sign in to comment.