You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2012/08/09 12:08:52 UTC

svn commit: r1371136 - /ace/sandbox/marrs/org.apache.ace.client.repository.api/src/org/apache/ace/client/repository/stateful/StatefulTargetObject.java

Author: jawi
Date: Thu Aug  9 10:08:52 2012
New Revision: 1371136

URL: http://svn.apache.org/viewvc?rev=1371136&view=rev
Log:
Small JavaDoc update.

Modified:
    ace/sandbox/marrs/org.apache.ace.client.repository.api/src/org/apache/ace/client/repository/stateful/StatefulTargetObject.java

Modified: ace/sandbox/marrs/org.apache.ace.client.repository.api/src/org/apache/ace/client/repository/stateful/StatefulTargetObject.java
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.client.repository.api/src/org/apache/ace/client/repository/stateful/StatefulTargetObject.java?rev=1371136&r1=1371135&r2=1371136&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.client.repository.api/src/org/apache/ace/client/repository/stateful/StatefulTargetObject.java (original)
+++ ace/sandbox/marrs/org.apache.ace.client.repository.api/src/org/apache/ace/client/repository/stateful/StatefulTargetObject.java Thu Aug  9 10:08:52 2012
@@ -139,7 +139,7 @@ public interface StatefulTargetObject ex
 
     /**
      * Gets the list of artifact objects that should be on the target, according to the shop.
-     * @return the list of artifact objects that should be on the target, according to the shop.
+     * @return the list of artifact objects that should be on the target, according to the shop, can only be <code>null</code> in case something went wrong gathering artifacts.
      */
     public ArtifactObject[] getArtifactsFromShop();