stefan 2004/07/16 09:36:17
Modified: proposals/jcrri/src/org/apache/slide/jcr/core/state
PersistentNodeState.java
PersistentPropertyState.java PropertyState.java
TicketItemStateManager.java
TransientItemStateManager.java
Log:
jcrri
Revision Changes Path
1.4 +0 -0
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistentNodeState.java
Index: PersistentNodeState.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistentNodeState.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
1.4 +0 -0
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistentPropertyState.java
Index: PersistentPropertyState.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistentPropertyState.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
1.5 +4 -2
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PropertyState.java
Index: PropertyState.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PropertyState.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PropertyState.java 7 Jul 2004 16:05:07 -0000 1.4
+++ PropertyState.java 16 Jul 2004 16:36:17 -0000 1.5
@@ -120,6 +120,7 @@
/**
* Returns the id of the definition applicable to this property state.
+ *
* @return the id of the definition
*/
public PropDefId getDefinitionId() {
@@ -128,6 +129,7 @@
/**
* Sets the id of the definition applicable to this property state.
+ *
* @param defId the id of the definition
*/
public void setDefinitionId(PropDefId defId) {
1.2 +2 -3
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/TicketItemStateManager.java
Index: TicketItemStateManager.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/TicketItemStateManager.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TicketItemStateManager.java 7 Jul 2004 16:04:06 -0000 1.1
+++ TicketItemStateManager.java 16 Jul 2004 16:36:17 -0000 1.2
@@ -211,7 +211,6 @@
//< more methods for listing and retrieving transient ItemState instances >
/**
- *
* @param id
* @return
* @throws NoSuchItemStateException
1.8 +0 -0
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/TransientItemStateManager.java
Index: TransientItemStateManager.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/TransientItemStateManager.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]