You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by aledsage <gi...@git.apache.org> on 2017/07/14 13:20:50 UTC

[GitHub] brooklyn-server pull request #756: Support recursive option and limits when ...

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

    https://github.com/apache/brooklyn-server/pull/756#discussion_r127454471
  
    --- Diff: core/src/main/java/org/apache/brooklyn/util/core/task/Tasks.java ---
    @@ -492,4 +494,29 @@ private static String getTimeoutString(Repeater repeater) {
             return "in "+timeout;
         }
     
    +
    +    public static void dumpInfo(Task<?> t) {
    --- End diff --
    
    Minor (and not for this PR): we should probably move this stuff into a separate `Dumper` utility class, rather than `Entities` and `Tasks` being a dumping ground for lots of stuff.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---