Author: sdumitriu
Date: 2008-01-02 13:30:25 +0100 (Wed, 02 Jan 2008)
New Revision: 6583

Modified:
   
xwiki-platform/core/trunk/xwiki-patchservice/src/main/java/org/xwiki/platform/patchservice/impl/ClassPropertySetOperation.java
   
xwiki-platform/core/trunk/xwiki-patchservice/src/main/java/org/xwiki/platform/patchservice/impl/ContentInsertOperation.java
Log:
[cleanup] Apply codestyle


Modified: 
xwiki-platform/core/trunk/xwiki-patchservice/src/main/java/org/xwiki/platform/patchservice/impl/ClassPropertySetOperation.java
===================================================================
--- 
xwiki-platform/core/trunk/xwiki-patchservice/src/main/java/org/xwiki/platform/patchservice/impl/ClassPropertySetOperation.java
      2008-01-02 12:29:02 UTC (rev 6582)
+++ 
xwiki-platform/core/trunk/xwiki-patchservice/src/main/java/org/xwiki/platform/patchservice/impl/ClassPropertySetOperation.java
      2008-01-02 12:30:25 UTC (rev 6583)
@@ -31,10 +31,10 @@
     private Map propertyConfig;
 
     static {
-        OperationFactoryImpl.registerTypeProvider(
-            Operation.TYPE_CLASS_PROPERTY_ADD, 
ClassPropertySetOperation.class);
-        OperationFactoryImpl.registerTypeProvider(
-            Operation.TYPE_CLASS_PROPERTY_CHANGE, 
ClassPropertySetOperation.class);
+        
OperationFactoryImpl.registerTypeProvider(Operation.TYPE_CLASS_PROPERTY_ADD,
+            ClassPropertySetOperation.class);
+        
OperationFactoryImpl.registerTypeProvider(Operation.TYPE_CLASS_PROPERTY_CHANGE,
+            ClassPropertySetOperation.class);
     }
 
     public ClassPropertySetOperation()

Modified: 
xwiki-platform/core/trunk/xwiki-patchservice/src/main/java/org/xwiki/platform/patchservice/impl/ContentInsertOperation.java
===================================================================
--- 
xwiki-platform/core/trunk/xwiki-patchservice/src/main/java/org/xwiki/platform/patchservice/impl/ContentInsertOperation.java
 2008-01-02 12:29:02 UTC (rev 6582)
+++ 
xwiki-platform/core/trunk/xwiki-patchservice/src/main/java/org/xwiki/platform/patchservice/impl/ContentInsertOperation.java
 2008-01-02 12:30:25 UTC (rev 6583)
@@ -22,7 +22,7 @@
         
OperationFactoryImpl.registerTypeProvider(Operation.TYPE_CONTENT_INSERT,
             ContentInsertOperation.class);
     }
-    
+
     public ContentInsertOperation()
     {
         this.setType(Operation.TYPE_CONTENT_INSERT);
@@ -88,6 +88,7 @@
 
     public String toString()
     {
-        return Operation.TYPE_CONTENT_INSERT + ": [" + this.addedContent + "] 
at " + this.position;
+        return Operation.TYPE_CONTENT_INSERT + ": [" + this.addedContent + "] 
at "
+            + this.position;
     }
 }

_______________________________________________
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to