Github user neykov commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/131#discussion_r16894398
  
    --- Diff: core/src/main/java/brooklyn/entity/basic/Lifecycle.java ---
    @@ -51,12 +40,21 @@
     
         /**
          * The entity is starting.
    -     *
    -     * This stage is entered when the {@link 
brooklyn.entity.trait.Startable#START} {@link brooklyn.entity.Effector} is 
called. 
    -     * The entity will have its location set and and setup helper object 
created.
    +     * <p>
    +     * This stage is typically entered when the {@link 
brooklyn.entity.trait.Startable#START} {@link brooklyn.entity.Effector} 
    +     * is called, to undertake the startup operations from the management 
plane.
    +     * When this completes the entity will normally transition to 
    +     * {@link Lifecycle#RUNNING}. 
          */
    +//    * {@link Lifecycle#STARTED} or 
         STARTING,
     
    +//    /**
    +//     * The entity has been started and no further start-up steps are 
needed from the management plane,
    +//     * but the entity has not yet been confirmed as running.
    +//     */
    +//    STARTED,
    +//
    --- End diff --
    
    Remove STARTED comments.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to