Skip to content

Commit 85bda2c

Browse files
committed
adding to comments
1 parent 542423b commit 85bda2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/codefortomorrow/advanced/chapter16/solutions/LinkedList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import java.util.UUID;
55
import lombok.AllArgsConstructor;
66
import lombok.Getter;
7-
// using Lombok for Getters and Setters
7+
// using Lombok for Getters and Setters (saves lines)
88
import lombok.Setter;
99
import lombok.Setter;
1010

0 commit comments

Comments
 (0)