Author: channa Date: Mon Jul 14 04:38:11 2008 New Revision: 19245 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19245
Log: Changed pagination page size to 20 lines, as per MASHUP-653. Modified: trunk/mashup/java/modules/core/src/org/wso2/mashup/MashupConstants.java Modified: trunk/mashup/java/modules/core/src/org/wso2/mashup/MashupConstants.java URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/core/src/org/wso2/mashup/MashupConstants.java?rev=19245&r1=19244&r2=19245&view=diff ============================================================================== --- trunk/mashup/java/modules/core/src/org/wso2/mashup/MashupConstants.java (original) +++ trunk/mashup/java/modules/core/src/org/wso2/mashup/MashupConstants.java Mon Jul 14 04:38:11 2008 @@ -291,7 +291,7 @@ public static final String OPENID_URL_PREFIX = "http://"; // Default number of entries shows when displaying a paginated list of items. - public static final int DEFAULT_PAGE_SIZE = 10; + public static final int DEFAULT_PAGE_SIZE = 20; public static final String KEY_STORE_SUFFIX = "-keystore.jks"; _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
