]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
A simple source formatting change.
authorRichard Millet <richard.millet@berkeley.edu>
Fri, 10 Apr 2009 19:14:03 +0000 (19:14 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Fri, 10 Apr 2009 19:14:03 +0000 (19:14 +0000)
HelloWorld/HelloWorldNuxeoService/src/main/java/org/collectionspace/hello/services/CollectionObjectResource.java

index 634fb006eb301645dc57df364323fb5bad15179b..eeef1e171dbd7a1ee79b27ce1b3105d2b972458c 100644 (file)
@@ -22,9 +22,8 @@ import javax.ws.rs.core.UriBuilder;
 import javax.ws.rs.core.UriInfo;
 import javax.xml.bind.JAXBContext;
 import javax.xml.bind.Marshaller;
-import org.collectionspace.hello.*;
-
 
+import org.collectionspace.hello.*;
 import org.collectionspace.hello.services.nuxeo.NuxeoRESTClient;
 import org.collectionspace.hello.CollectionObjectList.CollectionObjectListItem;
 import org.collectionspace.hello.services.CollectionObjectJAXBSchema;