Skip to content

Commit 2599908

Browse files
committed
refactor: replace javax Nullable with jakarta Nullable in MenuItemDto
Close #145
1 parent aaeea57 commit 2599908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/flowingcode/addons/applayout/endpoint/MenuItemDto.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* App Layout Addon
44
* %%
5-
* Copyright (C) 2018 - 2022 Flowing Code
5+
* Copyright (C) 2018 - 2025 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
import com.vaadin.hilla.Nonnull;
2323
import java.util.ArrayList;
2424
import java.util.List;
25-
import javax.annotation.Nullable;
25+
import jakarta.annotation.Nullable;
2626

2727
public class MenuItemDto {
2828

0 commit comments

Comments
 (0)