Author: marrs
Date: Fri Mar 16 14:50:27 2012
New Revision: 1301563

URL: http://svn.apache.org/viewvc?rev=1301563&view=rev
Log:
ACE-63 more small fixes

Modified:
    
ace/trunk/ace-client-repository-impl/src/main/java/org/apache/ace/client/repository/stateful/impl/StatefulTargetObjectImpl.java
    
ace/trunk/ace-client-repository-impl/src/main/java/org/apache/ace/client/repository/stateful/impl/StatefulTargetRepositoryImpl.java

Modified: 
ace/trunk/ace-client-repository-impl/src/main/java/org/apache/ace/client/repository/stateful/impl/StatefulTargetObjectImpl.java
URL: 
http://svn.apache.org/viewvc/ace/trunk/ace-client-repository-impl/src/main/java/org/apache/ace/client/repository/stateful/impl/StatefulTargetObjectImpl.java?rev=1301563&r1=1301562&r2=1301563&view=diff
==============================================================================
--- 
ace/trunk/ace-client-repository-impl/src/main/java/org/apache/ace/client/repository/stateful/impl/StatefulTargetObjectImpl.java
 (original)
+++ 
ace/trunk/ace-client-repository-impl/src/main/java/org/apache/ace/client/repository/stateful/impl/StatefulTargetObjectImpl.java
 Fri Mar 16 14:50:27 2012
@@ -44,9 +44,9 @@ import org.apache.ace.log.LogDescriptor;
 import org.apache.ace.log.LogEvent;
 
 /**
- * A <code>StatefulGatewayObjectImpl</code> uses the interface of a 
<code>StatefulGatewayObject</code>,
- * but delegates most of its calls to either an embedded 
<code>GatewayObject</code>, or to its
- * parent <code>StatefulGatewayRepository</code>. Once created, it will handle 
its own lifecyle
+ * A <code>StatefulTargetObjectImpl</code> uses the interface of a 
<code>StatefulTargetObject</code>,
+ * but delegates most of its calls to either an embedded 
<code>TargetObject</code>, or to its
+ * parent <code>StatefulTargetRepository</code>. Once created, it will handle 
its own lifecycle
  * and remove itself once is existence is no longer necessary.
  */
 public class StatefulTargetObjectImpl implements StatefulTargetObject {
@@ -59,7 +59,7 @@ public class StatefulTargetObjectImpl im
     private boolean m_inConstructor = true;
 
     /**
-     * Creates a new <code>StatefulGatewayObjectImpl</code>. After creation, 
it will have the
+     * Creates a new <code>StatefulTargetObjectImpl</code>. After creation, it 
will have the
      * most recent data available, and has verified its own reasons for 
existence.
      * @param repository The parent repository of this object.
      * @param targetID A string representing a target ID.
@@ -213,7 +213,7 @@ public class StatefulTargetObjectImpl im
     }
 
     /**
-     * Based on the information about a <code>GatewayObject</code>, the
+     * Based on the information about a <code>TargetObject</code>, the
      * <code>AuditEvent</code>s available, and the deployment information that
      * the parent repository can give, determines the status of this target.
      */

Modified: 
ace/trunk/ace-client-repository-impl/src/main/java/org/apache/ace/client/repository/stateful/impl/StatefulTargetRepositoryImpl.java
URL: 
http://svn.apache.org/viewvc/ace/trunk/ace-client-repository-impl/src/main/java/org/apache/ace/client/repository/stateful/impl/StatefulTargetRepositoryImpl.java?rev=1301563&r1=1301562&r2=1301563&view=diff
==============================================================================
--- 
ace/trunk/ace-client-repository-impl/src/main/java/org/apache/ace/client/repository/stateful/impl/StatefulTargetRepositoryImpl.java
 (original)
+++ 
ace/trunk/ace-client-repository-impl/src/main/java/org/apache/ace/client/repository/stateful/impl/StatefulTargetRepositoryImpl.java
 Fri Mar 16 14:50:27 2012
@@ -179,7 +179,7 @@ public class StatefulTargetRepositoryImp
     /**
      * Creates and registers a new stateful target object based on the given 
ID.
      * @param targetID A string representing a target ID.
-     * @return The newly created and registered 
<code>StatefulGatewayObjectImpl</code>.
+     * @return The newly created and registered 
<code>StatefulTargetObjectImpl</code>.
      */
     private StatefulTargetObjectImpl createStateful(String targetID) {
         synchronized(m_repository) {


Reply via email to