You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2011/01/06 20:37:58 UTC

svn commit: r1056033 - /ant/ivy/core/trunk/src/java/org/apache/ivy/osgi/obr/xml/OBRXMLParser.java

Author: hibou
Date: Thu Jan  6 19:37:58 2011
New Revision: 1056033

URL: http://svn.apache.org/viewvc?rev=1056033&view=rev
Log:
format

Modified:
    ant/ivy/core/trunk/src/java/org/apache/ivy/osgi/obr/xml/OBRXMLParser.java

Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/osgi/obr/xml/OBRXMLParser.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/osgi/obr/xml/OBRXMLParser.java?rev=1056033&r1=1056032&r2=1056033&view=diff
==============================================================================
--- ant/ivy/core/trunk/src/java/org/apache/ivy/osgi/obr/xml/OBRXMLParser.java (original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/osgi/obr/xml/OBRXMLParser.java Thu Jan  6 19:37:58 2011
@@ -111,14 +111,12 @@ public class OBRXMLParser {
             super(RESOURCE);
             addChild(new ResourceDescriptionHandler(), new ChildElementHandler() {
                 public void childHanlded(DelegetingHandler child) {
-                    bundleInfo.setDescription(child
-                            .getBufferedChars().trim());
+                    bundleInfo.setDescription(child.getBufferedChars().trim());
                 }
             });
             addChild(new ResourceDocumentationHandler(), new ChildElementHandler() {
                 public void childHanlded(DelegetingHandler child) {
-                    bundleInfo.setDocumentation(child
-                            .getBufferedChars().trim());
+                    bundleInfo.setDocumentation(child.getBufferedChars().trim());
                 }
             });
             addChild(new ResourceLicenseHandler(), new ChildElementHandler() {