File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/org/woehlke/simpleworklist/user/account Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ serialver org.woehlke.simpleworklist.context.NewContextForm >> ..\..\etc\serialv
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
40- serialver org.woehlke.simpleworklist.context .UserChangeDefaultContextForm >> ..\..\etc\serialversions.txt
40+ serialver org.woehlke.simpleworklist.user.account .UserChangeDefaultContextForm >> ..\..\etc\serialversions.txt
4141serialver org.woehlke.simpleworklist.application.language.UserChangeLanguageForm >> ..\..\etc\serialversions.txt
4242serialver org.woehlke.simpleworklist.user.account.UserChangeNameForm >> ..\..\etc\serialversions.txt
4343serialver org.woehlke.simpleworklist.user.account.UserChangePasswordForm >> ..\..\etc\serialversions.txt
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ org.woehlke.simpleworklist.context.NewContextForm: private static final long
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;
23- org.woehlke.simpleworklist.context .UserChangeDefaultContextForm: private static final long serialVersionUID = -8592295563275083292L;
23+ org.woehlke.simpleworklist.user.account .UserChangeDefaultContextForm: private static final long serialVersionUID = -8592295563275083292L;
2424org.woehlke.simpleworklist.application.language.UserChangeLanguageForm: private static final long serialVersionUID = 2201123162578113187L;
2525org.woehlke.simpleworklist.user.account.UserChangeNameForm: private static final long serialVersionUID = 5120488382888268418L;
2626org.woehlke.simpleworklist.user.account.UserChangePasswordForm: private static final long serialVersionUID = 9149342594823222054L;
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .context ;
1+ package org .woehlke .simpleworklist .user . account ;
22
33import lombok .*;
4+ import org .woehlke .simpleworklist .context .Context ;
45
56import javax .validation .constraints .NotNull ;
67import java .io .Serializable ;
Original file line number Diff line number Diff line change 1818import org .woehlke .simpleworklist .domain .breadcrumb .Breadcrumb ;
1919import org .woehlke .simpleworklist .application .common .AbstractController ;
2020import org .woehlke .simpleworklist .context .NewContextForm ;
21- import org .woehlke .simpleworklist .context .UserChangeDefaultContextForm ;
2221import org .woehlke .simpleworklist .application .language .UserChangeLanguageForm ;
2322import org .woehlke .simpleworklist .context .Context ;
2423import org .woehlke .simpleworklist .application .language .Language ;
You can’t perform that action at this time.
0 commit comments