[lambico] push by lucio.be...@gmail.com - Added the default constructor to PageDefaultImpl for easying its const... on 2013-06-05 13:55 GMT

1 view
Skip to first unread message

lam...@googlecode.com

unread,
Jun 5, 2013, 9:55:48 AM6/5/13
to lambico...@googlegroups.com
Revision: e2f45a25bfcb
Branch: default
Author: lucio.benfante <lucio.b...@gmail.com>
Date: Wed Jun 5 06:54:46 2013
Log: Added the default constructor to PageDefaultImpl for easying its
construction in web services deserialization.
http://code.google.com/p/lambico/source/detail?r=e2f45a25bfcb

Modified:
/lambico-core/src/main/java/org/lambico/dao/generic/PageDefaultImpl.java

=======================================
---
/lambico-core/src/main/java/org/lambico/dao/generic/PageDefaultImpl.java
Wed Feb 27 08:43:19 2013
+++
/lambico-core/src/main/java/org/lambico/dao/generic/PageDefaultImpl.java
Wed Jun 5 06:54:46 2013
@@ -52,6 +52,9 @@
public static final PageDefaultImpl EMPTY =
new PageDefaultImpl(Collections.EMPTY_LIST, 1, 1, 0);

+ public PageDefaultImpl() {
+ }
+
/**
* The constructor of a page.
*
Reply all
Reply to author
Forward
0 new messages