File tree Expand file tree Collapse file tree 9 files changed +6
-9
lines changed
src/main/java/org/woehlke/simpleworklist Expand file tree Collapse file tree 9 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ org.woehlke.simpleworklist.oodm.entities.impl.AuditModel: private static fina
99org.woehlke.simpleworklist.oodm.entities.Context: private static final long serialVersionUID = -5035732370606951871L;
1010org.woehlke.simpleworklist.oodm.entities.Project: private static final long serialVersionUID = 4566653175832872422L;
1111org.woehlke.simpleworklist.task.Task: private static final long serialVersionUID = 5247710652586269801L;
12- org.woehlke.simpleworklist.oodm.entities .User2UserMessage: private static final long serialVersionUID = 4263078228257938175L;
12+ org.woehlke.simpleworklist.user.messages .User2UserMessage: private static final long serialVersionUID = 4263078228257938175L;
1313org.woehlke.simpleworklist.user.account.UserAccount: private static final long serialVersionUID = 7860692526488291439L;
1414org.woehlke.simpleworklist.oodm.entities.UserPasswordRecovery: private static final long serialVersionUID = 6860716425733119940L;
1515org.woehlke.simpleworklist.oodm.entities.UserRegistration: private static final long serialVersionUID = -1955967514018161878L;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ serialver org.woehlke.simpleworklist.oodm.entities.impl.AuditModel >> ..\..\etc\
2626serialver org.woehlke.simpleworklist.oodm.entities.Context >> ..\..\etc\serialversions.txt
2727serialver org.woehlke.simpleworklist.oodm.entities.Project >> ..\..\etc\serialversions.txt
2828serialver org.woehlke.simpleworklist.task.Task >> ..\..\etc\serialversions.txt
29- serialver org.woehlke.simpleworklist.oodm.entities .User2UserMessage >> ..\..\etc\serialversions.txt
29+ serialver org.woehlke.simpleworklist.user.messages .User2UserMessage >> ..\..\etc\serialversions.txt
3030serialver org.woehlke.simpleworklist.user.account.UserAccount >> ..\..\etc\serialversions.txt
3131serialver org.woehlke.simpleworklist.oodm.entities.UserPasswordRecovery >> ..\..\etc\serialversions.txt
3232serialver org.woehlke.simpleworklist.oodm.entities.UserRegistration >> ..\..\etc\serialversions.txt
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ serialver org.woehlke.simpleworklist.oodm.entities.impl.AuditModel >> $SERIALVER
3838serialver org.woehlke.simpleworklist.oodm.entities.Context >> $SERIALVERSIONS_FILE
3939serialver org.woehlke.simpleworklist.oodm.entities.Project >> $SERIALVERSIONS_FILE
4040serialver org.woehlke.simpleworklist.task.Task >> $SERIALVERSIONS_FILE
41- serialver org.woehlke.simpleworklist.oodm.entities .User2UserMessage >> $SERIALVERSIONS_FILE
41+ serialver org.woehlke.simpleworklist.user.messages .User2UserMessage >> $SERIALVERSIONS_FILE
4242serialver org.woehlke.simpleworklist.user.account.UserAccount >> $SERIALVERSIONS_FILE
4343serialver org.woehlke.simpleworklist.oodm.entities.UserPasswordRecovery >> $SERIALVERSIONS_FILE
4444serialver org.woehlke.simpleworklist.oodm.entities.UserRegistration >> $SERIALVERSIONS_FILE
Original file line number Diff line number Diff line change 66import org .springframework .data .jpa .repository .Query ;
77import org .springframework .data .repository .query .Param ;
88import org .springframework .stereotype .Repository ;
9- import org .woehlke .simpleworklist .oodm . entities .User2UserMessage ;
9+ import org .woehlke .simpleworklist .user . messages .User2UserMessage ;
1010import org .woehlke .simpleworklist .user .account .UserAccount ;
1111
1212import java .util .List ;
Original file line number Diff line number Diff line change 1818import org .springframework .transaction .annotation .Propagation ;
1919import org .springframework .transaction .annotation .Transactional ;
2020import org .woehlke .simpleworklist .oodm .entities .Context ;
21- import org .woehlke .simpleworklist .oodm . entities .User2UserMessage ;
21+ import org .woehlke .simpleworklist .user . messages .User2UserMessage ;
2222import org .woehlke .simpleworklist .language .Language ;
2323import org .woehlke .simpleworklist .oodm .repository .ContextRepository ;
2424import org .woehlke .simpleworklist .oodm .repository .User2UserMessageRepository ;
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .oodm . entities ;
1+ package org .woehlke .simpleworklist .user . messages ;
22
33import org .hibernate .validator .constraints .Length ;
44import javax .validation .constraints .NotBlank ;
Original file line number Diff line number Diff line change 1919import org .woehlke .simpleworklist .user .UserSessionBean ;
2020import org .woehlke .simpleworklist .oodm .entities .Context ;
2121import org .woehlke .simpleworklist .user .account .UserAccount ;
22- import org .woehlke .simpleworklist .oodm .entities .User2UserMessage ;
2322import org .woehlke .simpleworklist .task .TaskController ;
2423
2524import javax .validation .Valid ;
Original file line number Diff line number Diff line change 22
33import org .springframework .data .domain .Page ;
44import org .springframework .data .domain .Pageable ;
5- import org .woehlke .simpleworklist .oodm .entities .User2UserMessage ;
65import org .woehlke .simpleworklist .user .account .UserAccount ;
76
87/**
Original file line number Diff line number Diff line change 77import org .springframework .stereotype .Service ;
88import org .springframework .transaction .annotation .Propagation ;
99import org .springframework .transaction .annotation .Transactional ;
10- import org .woehlke .simpleworklist .oodm .entities .User2UserMessage ;
1110import org .woehlke .simpleworklist .user .account .UserAccount ;
1211import org .woehlke .simpleworklist .oodm .repository .User2UserMessageRepository ;
1312
You can’t perform that action at this time.
0 commit comments