You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by cs...@apache.org on 2013/02/07 13:48:25 UTC

svn commit: r1443445 - /syncope/trunk/common/src/main/java/org/apache/syncope/common/types/SyncPolicySpec.java

Author: cschneider
Date: Thu Feb  7 12:48:25 2013
New Revision: 1443445

URL: http://svn.apache.org/viewvc?rev=1443445&view=rev
Log:
SYNCOPE-258 Fixing incorrect annotations for jaxb

Modified:
    syncope/trunk/common/src/main/java/org/apache/syncope/common/types/SyncPolicySpec.java

Modified: syncope/trunk/common/src/main/java/org/apache/syncope/common/types/SyncPolicySpec.java
URL: http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/types/SyncPolicySpec.java?rev=1443445&r1=1443444&r2=1443445&view=diff
==============================================================================
--- syncope/trunk/common/src/main/java/org/apache/syncope/common/types/SyncPolicySpec.java (original)
+++ syncope/trunk/common/src/main/java/org/apache/syncope/common/types/SyncPolicySpec.java Thu Feb  7 12:48:25 2013
@@ -91,8 +91,7 @@ public class SyncPolicySpec extends Abst
         this.rAltSearchSchemas = rAltSearchSchemas;
     }
 
-    @XmlElementWrapper(name = "roleJavaRule")
-    @XmlElement(name = "roleJavaRule")
+
     public String getRoleJavaRule() {
         return roleJavaRule;
     }
@@ -101,8 +100,6 @@ public class SyncPolicySpec extends Abst
         this.roleJavaRule = roleJavaRule;
     }
 
-    @XmlElementWrapper(name = "userJavaRule")
-    @XmlElement(name = "userJavaRule")
     public String getUserJavaRule() {
         return userJavaRule;
     }