File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
main/java/org/woehlke/simpleworklist
test/java/org/woehlke/simpleworklist/application/config Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ serialver org.woehlke.simpleworklist.user.register.UserRegistration >> ..\..\et
3333serialver org.woehlke.simpleworklist.domain.breadcrumb.BreadcrumbItem >> ..\..\etc\serialversions.txt
3434serialver org.woehlke.simpleworklist.domain.breadcrumb.Breadcrumb >> ..\..\etc\serialversions.txt
3535serialver org.woehlke.simpleworklist.user.login.LoginForm >> ..\..\etc\serialversions.txt
36- serialver org.woehlke.simpleworklist.context.NewContextForm >> ..\..\etc\serialversions.txt
36+ serialver org.woehlke.simpleworklist.domain. context.NewContextForm >> ..\..\etc\serialversions.txt
3737serialver org.woehlke.simpleworklist.user.chat.User2UserMessageFormBean >> ..\..\etc\serialversions.txt
3838serialver org.woehlke.simpleworklist.searchRequest.SearchResult >> ..\..\etc\serialversions.txt
3939serialver org.woehlke.simpleworklist.user.account.UserAccountForm >> ..\..\etc\serialversions.txt
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ org.woehlke.simpleworklist.user.register.UserRegistration: private static fin
1616org.woehlke.simpleworklist.domain.breadcrumb.BreadcrumbItem: private static final long serialVersionUID = 8276819198016077167L;
1717org.woehlke.simpleworklist.domain.breadcrumb.Breadcrumb: private static final long serialVersionUID = 7932703111140692689L;
1818org.woehlke.simpleworklist.user.login.LoginForm: private static final long serialVersionUID = 5936886560348238355L;
19- org.woehlke.simpleworklist.context.NewContextForm: private static final long serialVersionUID = -937143305653156981L;
19+ org.woehlke.simpleworklist.domain. context.NewContextForm: private static final long serialVersionUID = -937143305653156981L;
2020org.woehlke.simpleworklist.user.chat.User2UserMessageFormBean: private static final long serialVersionUID = 1576610181966480168L;
2121org.woehlke.simpleworklist.searchRequest.SearchResult: private static final long serialVersionUID = 1682809351146047764L;
2222org.woehlke.simpleworklist.user.account.UserAccountForm: private static final long serialVersionUID = 9180383385243540190L;
Original file line number Diff line number Diff line change 11package org .woehlke .simpleworklist .context .services ;
22
33import org .woehlke .simpleworklist .context .Context ;
4- import org .woehlke .simpleworklist .context .NewContextForm ;
4+ import org .woehlke .simpleworklist .domain . context .NewContextForm ;
55import org .woehlke .simpleworklist .user .account .UserAccount ;
66
77import java .util .List ;
Original file line number Diff line number Diff line change 66import org .springframework .transaction .annotation .Transactional ;
77import org .woehlke .simpleworklist .context .Context ;
88import org .woehlke .simpleworklist .context .ContextRepository ;
9- import org .woehlke .simpleworklist .context .NewContextForm ;
9+ import org .woehlke .simpleworklist .domain . context .NewContextForm ;
1010import org .woehlke .simpleworklist .user .account .UserAccount ;
1111import org .woehlke .simpleworklist .project .ProjectRepository ;
1212import org .woehlke .simpleworklist .task .TaskRepository ;
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .context ;
1+ package org .woehlke .simpleworklist .domain . context ;
22
33import lombok .*;
44import org .hibernate .validator .constraints .Length ;
Original file line number Diff line number Diff line change 1717import org .springframework .web .bind .annotation .RequestMethod ;
1818import org .woehlke .simpleworklist .domain .breadcrumb .Breadcrumb ;
1919import org .woehlke .simpleworklist .application .common .AbstractController ;
20- import org .woehlke .simpleworklist .context .NewContextForm ;
20+ import org .woehlke .simpleworklist .domain . context .NewContextForm ;
2121import org .woehlke .simpleworklist .application .language .UserChangeLanguageForm ;
2222import org .woehlke .simpleworklist .context .Context ;
2323import org .woehlke .simpleworklist .application .language .Language ;
Original file line number Diff line number Diff line change 77import org .woehlke .simpleworklist .application .ApplicationProperties ;
88import org .woehlke .simpleworklist .context .Context ;
99import org .woehlke .simpleworklist .context .services .ContextService ;
10- import org .woehlke .simpleworklist .context .NewContextForm ;
10+ import org .woehlke .simpleworklist .domain . context .NewContextForm ;
1111import org .woehlke .simpleworklist .application .language .Language ;
1212import org .woehlke .simpleworklist .user .account .UserAccount ;
1313import org .woehlke .simpleworklist .user .services .UserAccountService ;
You can’t perform that action at this time.
0 commit comments