File tree Expand file tree Collapse file tree 9 files changed +4
-9
lines changed
src/main/java/org/woehlke/simpleworklist/search Expand file tree Collapse file tree 9 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ org.woehlke.simpleworklist.breadcrumb.Breadcrumb: private static final long s
1818org.woehlke.simpleworklist.user.login.LoginForm: private static final long serialVersionUID = 5936886560348238355L;
1919org.woehlke.simpleworklist.model.beans.NewContextForm: private static final long serialVersionUID = -937143305653156981L;
2020org.woehlke.simpleworklist.model.beans.NewUser2UserMessage: private static final long serialVersionUID = 1576610181966480168L;
21- org.woehlke.simpleworklist.model.beans .SearchResult: private static final long serialVersionUID = 1682809351146047764L;
21+ org.woehlke.simpleworklist.search .SearchResult: private static final long serialVersionUID = 1682809351146047764L;
2222org.woehlke.simpleworklist.model.beans.UserAccountForm: private static final long serialVersionUID = 9180383385243540190L;
2323org.woehlke.simpleworklist.model.beans.UserChangeDefaultContextForm: private static final long serialVersionUID = -8592295563275083292L;
2424org.woehlke.simpleworklist.model.beans.UserChangeLanguageForm: private static final long serialVersionUID = 2201123162578113187L;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ serialver org.woehlke.simpleworklist.breadcrumb.Breadcrumb >> ..\..\etc\serialv
3535serialver org.woehlke.simpleworklist.user.login.LoginForm >> ..\..\etc\serialversions.txt
3636serialver org.woehlke.simpleworklist.model.beans.NewContextForm >> ..\..\etc\serialversions.txt
3737serialver org.woehlke.simpleworklist.model.beans.NewUser2UserMessage >> ..\..\etc\serialversions.txt
38- serialver org.woehlke.simpleworklist.model.beans .SearchResult >> ..\..\etc\serialversions.txt
38+ serialver org.woehlke.simpleworklist.search .SearchResult >> ..\..\etc\serialversions.txt
3939serialver org.woehlke.simpleworklist.model.beans.UserAccountForm >> ..\..\etc\serialversions.txt
4040serialver org.woehlke.simpleworklist.model.beans.UserChangeDefaultContextForm >> ..\..\etc\serialversions.txt
4141serialver org.woehlke.simpleworklist.model.beans.UserChangeLanguageForm >> ..\..\etc\serialversions.txt
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ serialver org.woehlke.simpleworklist.breadcrumb.Breadcrumb >> $SERIALVERSIONS_F
4747serialver org.woehlke.simpleworklist.user.login.LoginForm >> $SERIALVERSIONS_FILE
4848serialver org.woehlke.simpleworklist.model.beans.NewContextForm >> $SERIALVERSIONS_FILE
4949serialver org.woehlke.simpleworklist.model.beans.NewUser2UserMessage >> $SERIALVERSIONS_FILE
50- serialver org.woehlke.simpleworklist.model.beans .SearchResult >> $SERIALVERSIONS_FILE
50+ serialver org.woehlke.simpleworklist.search .SearchResult >> $SERIALVERSIONS_FILE
5151serialver org.woehlke.simpleworklist.model.beans.UserAccountForm >> $SERIALVERSIONS_FILE
5252serialver org.woehlke.simpleworklist.model.beans.UserChangeDefaultContextForm >> $SERIALVERSIONS_FILE
5353serialver org.woehlke.simpleworklist.model.beans.UserChangeLanguageForm >> $SERIALVERSIONS_FILE
Original file line number Diff line number Diff line change 1313import org .woehlke .simpleworklist .model .beans .UserSessionBean ;
1414import org .woehlke .simpleworklist .oodm .entities .Context ;
1515import org .woehlke .simpleworklist .oodm .entities .UserAccount ;
16- import org .woehlke .simpleworklist .model .beans .SearchResult ;
1716
1817import org .springframework .beans .factory .annotation .Autowired ;
1918
Original file line number Diff line number Diff line change 11package org .woehlke .simpleworklist .search ;
22
33import org .woehlke .simpleworklist .oodm .entities .UserAccount ;
4- import org .woehlke .simpleworklist .model .beans .SearchResult ;
54
65/**
76 * Created by tw on 14.02.16.
Original file line number Diff line number Diff line change 55import org .slf4j .LoggerFactory ;
66import org .springframework .stereotype .Repository ;
77import org .woehlke .simpleworklist .oodm .entities .UserAccount ;
8- import org .woehlke .simpleworklist .model .beans .SearchResult ;
98
109import javax .persistence .*;
1110
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .model . beans ;
1+ package org .woehlke .simpleworklist .search ;
22
33import org .woehlke .simpleworklist .task .Task ;
44import org .woehlke .simpleworklist .oodm .entities .Project ;
Original file line number Diff line number Diff line change 11package org .woehlke .simpleworklist .search ;
22
33import org .woehlke .simpleworklist .oodm .entities .UserAccount ;
4- import org .woehlke .simpleworklist .model .beans .SearchResult ;
54
65/**
76 * Created by tw on 14.02.16.
Original file line number Diff line number Diff line change 66import org .springframework .transaction .annotation .Propagation ;
77import org .springframework .transaction .annotation .Transactional ;
88import org .woehlke .simpleworklist .oodm .entities .UserAccount ;
9- import org .woehlke .simpleworklist .model .beans .SearchResult ;
109
1110import org .springframework .beans .factory .annotation .Autowired ;
1211
You can’t perform that action at this time.
0 commit comments