Skip to content

Commit 107e9d8

Browse files
committed
Remove unused Lombok import from TestTag class
The `@Getter` annotation and corresponding import were removed as they were not being used. This cleanup improves code readability and eliminates unnecessary dependencies.
1 parent c98427f commit 107e9d8

File tree

1 file changed

+0
-2
lines changed
  • spring-boot/src/test/java/com/mpc/springboot/shared/type

1 file changed

+0
-2
lines changed

spring-boot/src/test/java/com/mpc/springboot/shared/type/TestTag.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.mpc.springboot.shared.type;
22

3-
import lombok.Getter;
4-
53

64
public class TestTag {
75

0 commit comments

Comments
 (0)