You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2007/03/05 02:19:12 UTC

svn commit: r514516 - /incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/deployment/ContributionService.java

Author: jboynes
Date: Sun Mar  4 17:19:11 2007
New Revision: 514516

URL: http://svn.apache.org/viewvc?view=rev&rev=514516
Log:
svn sourcecheck violation

Modified:
    incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/deployment/ContributionService.java

Modified: incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/deployment/ContributionService.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/deployment/ContributionService.java?view=diff&rev=514516&r1=514515&r2=514516
==============================================================================
--- incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/deployment/ContributionService.java (original)
+++ incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/deployment/ContributionService.java Sun Mar  4 17:19:11 2007
@@ -50,15 +50,17 @@
      * @param contribution a stream containing the resource being contributed; the stream will not be closed but the
      *                        read position after the call is undefined
      * @param storeInRepository  flag that identifies if you want to copy the contribution to the repository
+     * @return a URI that uniquely identifies this contribution within the SCA Domain
      * @throws DeploymentException if there was a problem with the contribution
      * @throws IOException         if there was a problem reading the stream
      */
-    URI contribute(URI source, InputStream contribution,  boolean storeInRepository) throws DeploymentException, IOException;
+    URI contribute(URI source, InputStream contribution,  boolean storeInRepository)
+        throws DeploymentException, IOException;
     
     /**
      * Remove a contribution from the SCA domain
      * @param contribution The URI of the contribution
-     * @throws DeploymentException
+     * @throws DeploymentException if there was a problem with the contribution
      */
     void remove(URI contribution) throws DeploymentException;
     



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org