Skip to content

Commit 8c77fb2

Browse files
committed
fix comment
1 parent cb2316d commit 8c77fb2

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/hibernate/hibernate-6.0/spring-testing/src/test/java/spring/jpa

1 file changed

+1
-1
lines changed

instrumentation/hibernate/hibernate-6.0/spring-testing/src/test/java/spring/jpa/SpringJpaTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static void tearDown() {
5252
}
5353
}
5454

55-
@SuppressWarnings("deprecation") // DB_NAME has been deprecated
55+
@SuppressWarnings("deprecation") // using deprecated semconv
5656
@Test
5757
void testCrud() {
5858
Customer customer = new Customer("Bob", "Anonymous");

0 commit comments

Comments
 (0)