Skip to content

Commit 2c71d7e

Browse files
committed
refactor(SelectOption): move to ru.mystamps.web.feature.series package.
Addressed to #927 No functional changes.
1 parent 9e02e9e commit 2c71d7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/main/java/ru/mystamps/web/controller/dto/SelectItem.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
import lombok.Getter;
2525

26+
import ru.mystamps.web.feature.series.SelectOption;
27+
2628
@Getter
2729
public class SelectItem {
2830
private final String name;

src/main/java/ru/mystamps/web/controller/dto/SelectOption.java renamed to src/main/java/ru/mystamps/web/feature/series/SelectOption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* along with this program; if not, write to the Free Software
1616
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717
*/
18-
package ru.mystamps.web.controller.dto;
18+
package ru.mystamps.web.feature.series;
1919

2020
import lombok.Getter;
2121
import lombok.RequiredArgsConstructor;

0 commit comments

Comments
 (0)