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

    https://github.com/apache/incubator-brooklyn/pull/866#discussion_r37966835
  
    --- Diff: 
software/base/src/test/java/org/apache/brooklyn/entity/software/base/VanillaSoftwareProcessStreamsIntegrationTest.java
 ---
    @@ -59,8 +39,24 @@ public void setUp() throws Exception {
         }
     
         @Test(groups = "Integration")
    +    @Override
         public void testGetsStreams() {
    -        Map<String, String> cmds = ImmutableMap.<String, String>builder()
    --- End diff --
    
    Slightly simpler to do `Map<String, String> cmds = getCommands();`. And 
then below to use `cmds` rather than repeatedly calling `getCommands()`.


---
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