news-feed/src/main/java/org/gcube/portlets/user/newsfeed/shared/NewsConstants.java

13 lines
294 B
Java

package org.gcube.portlets.user.newsfeed.shared;
public class NewsConstants {
/**
* Feeds Number to who per VRE/Category
*/
public static final int FEEDS_NO_PER_CATEGORY = 6;
public static final int FEEDS_MAX_PER_CATEGORY = 30;
public static final String TEST_USER = "test.user";
}