| author | Steve Pitschke | 2012-07-31 08:50:11 (EDT) |
|---|---|---|
| committer | Michael Fiedler | 2012-07-31 08:53:11 (EDT) |
| commit | c8c9ad41c336910c6eab192f200ce1923f05969b (patch) (side-by-side diff) | |
| tree | 78b9758e1031a4eb62990736c859621997320cf6 | |
| parent | 569834e1d71e52d52147cef4363d77b402bb59df (diff) | |
| download | org.eclipse.lyo.core-c8c9ad41c336910c6eab192f200ce1923f05969b.zip org.eclipse.lyo.core-c8c9ad41c336910c6eab192f200ce1923f05969b.tar.gz org.eclipse.lyo.core-c8c9ad41c336910c6eab192f200ce1923f05969b.tar.bz2 | |
Bug 385080: Missing Constants for New Paging Functionalityrefs/changes/26/7026/2
Change-Id: I7304329cd0691d79528215da18b4ff532cb2be8a
Signed-off-by: Steve Pitschke <pitschke@us.ibm.com>
| -rw-r--r-- | OSLC4J/src/org/eclipse/lyo/oslc4j/core/OSLC4JConstants.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OSLC4J/src/org/eclipse/lyo/oslc4j/core/OSLC4JConstants.java b/OSLC4J/src/org/eclipse/lyo/oslc4j/core/OSLC4JConstants.java index f8ddaaf..ce0a2aa 100644 --- a/OSLC4J/src/org/eclipse/lyo/oslc4j/core/OSLC4JConstants.java +++ b/OSLC4J/src/org/eclipse/lyo/oslc4j/core/OSLC4JConstants.java @@ -27,5 +27,6 @@ public interface OSLC4JConstants { public static final Map<String, Object> OSL4J_PROPERTY_SINGLETON = new HashMap<String, Object>(0); - public static String OSLC4J_SELECTED_PROPERTIES = "selected.properties"; + public static String OSLC4J_SELECTED_PROPERTIES = "org.eclipse.lyo.oslc4j.selected.properties"; + public static String OSLC4J_NEXT_PAGE = "org.eclipse.lyo.oslc4j.next.page"; } |

