algairim commented on a change in pull request #1301:
URL: https://github.com/apache/brooklyn-server/pull/1301#discussion_r810002887
##########
File path:
utils/common/src/test/java/org/apache/brooklyn/util/stream/StreamGobblerTest.java
##########
@@ -29,12 +29,65 @@
import org.apache.brooklyn.test.Asserts;
import org.apache.brooklyn.util.os.Os;
-import org.apache.brooklyn.util.stream.StreamGobbler;
+import org.apache.brooklyn.util.text.Strings;
+import org.apache.commons.lang3.RandomStringUtils;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+import org.testng.Assert;
import org.testng.annotations.Test;
public class StreamGobblerTest {
+
+ private static final Logger LOG =
LoggerFactory.getLogger(StreamGobblerTest.class);
+
private String NL = Os.LINE_SEPARATOR;
Review comment:
Addressed in ba780b1acac6c42b4d4f5cc8aa0d063339869847.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]