Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Dec 19, 2024
1 parent cb2316d commit 8c77fb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static void tearDown() {
}
}

@SuppressWarnings("deprecation") // DB_NAME has been deprecated
@SuppressWarnings("deprecation") // using deprecated semconv
@Test
void testCrud() {
Customer customer = new Customer("Bob", "Anonymous");
Expand Down

0 comments on commit 8c77fb2

Please sign in to comment.