Skip to content

Commit a00046d

Browse files
committed
chore: add TODO items for the next refactoring steps.
Addressed to #927 [ci skip]
1 parent efb3a74 commit a00046d

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

src/main/java/ru/mystamps/web/feature/account/package-info.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @todo #927 Move account package one level up
12
/**
23
* User account (registration and activation).
34
*/

src/main/java/ru/mystamps/web/feature/category/package-info.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @todo #927 Move category package one level up
12
/**
23
* Categories of the stamp series.
34
*/

src/main/java/ru/mystamps/web/feature/collection/package-info.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @todo #927 Move collection package one level up
12
/**
23
* Collections of users.
34
*/

src/main/java/ru/mystamps/web/feature/country/package-info.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @todo #927 Move country package one level up
12
/**
23
* Countries of the stamps.
34
*/

src/main/java/ru/mystamps/web/feature/image/package-info.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @todo #927 Move image package one level up
12
/**
23
* Images.
34
*/

src/main/java/ru/mystamps/web/feature/participant/package-info.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @todo #927 Move participant package one level up
12
/**
23
* Transaction participants (buyers and sellers).
34
*/

src/main/java/ru/mystamps/web/feature/report/package-info.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @todo #927 Move report package one level up
12
/**
23
* Daily reports.
34
*/

src/main/java/ru/mystamps/web/feature/series/package-info.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @todo #927 Move series package one level up
12
/**
23
* Stamps series.
34
*/

src/main/java/ru/mystamps/web/feature/site/package-info.java

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @todo #927 Move site package to one level up
12
/**
23
* Assorted site-specific things.
34
*

0 commit comments

Comments
 (0)