Skip to content

Commit

Permalink
Remove unused field from test
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Oct 26, 2023
1 parent e84f32a commit f19b1f0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ void supportLombokLogAnnotations() {
@Slf4j
class Test {
int n;
Logger logger;
void test() {
try {
Expand All @@ -195,7 +194,6 @@ void test() {
@Slf4j
class Test {
int n;
Logger logger;
void test() {
try {
Expand Down

0 comments on commit f19b1f0

Please sign in to comment.