Skip to content

Commit

Permalink
fix: remove redundant @Data from SimpleLazy
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisCraft committed Aug 15, 2021
1 parent cdd34fe commit 4b2c548
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ static <T> Lazy<T> createThreadLocal(final @NonNull Supplier<T> valueSupplier) {
*
* @param <T> type of wrapped value
*/
@Data
@FieldDefaults(level = AccessLevel.PRIVATE)
@RequiredArgsConstructor(access = AccessLevel.PRIVATE)
final class SimpleLazy<T> implements Lazy<T> {
Expand Down

0 comments on commit 4b2c548

Please sign in to comment.