You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2011/04/05 14:32:03 UTC

svn commit: r1089001 - /jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/PropertyEntryImpl.java

Author: angela
Date: Tue Apr  5 12:32:03 2011
New Revision: 1089001

URL: http://svn.apache.org/viewvc?rev=1089001&view=rev
Log:
comment

Modified:
    jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/PropertyEntryImpl.java

Modified: jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/PropertyEntryImpl.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/PropertyEntryImpl.java?rev=1089001&r1=1089000&r2=1089001&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/PropertyEntryImpl.java (original)
+++ jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/PropertyEntryImpl.java Tue Apr  5 12:32:03 2011
@@ -123,9 +123,9 @@ public class PropertyEntryImpl extends H
         }
         switch (operation.getStatus()) {
             case Operation.STATUS_PERSISTED:
-                // Property can only be the change log target if it was existing and has
-                // been modified. This includes the case where a property was changed and
-                // then removed by removing its parent. See JCR-2462.
+                // Property can only be the change log target if it was existing
+                // and has been modified. This includes the case where a property
+                // was changed and then removed by removing its parent. See JCR-2462.
                 // Removal, add and implicit modification of protected
                 // properties must be persisted by save on parent.
                 PropertyState state = op.getPropertyState();