algairim commented on a change in pull request #1301:
URL: https://github.com/apache/brooklyn-server/pull/1301#discussion_r810001865
##########
File path:
utils/common/src/main/java/org/apache/brooklyn/util/stream/StreamGobbler.java
##########
@@ -23,17 +23,20 @@
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintStream;
+import java.nio.ByteBuffer;
+import java.nio.charset.StandardCharsets;
import java.util.concurrent.atomic.AtomicBoolean;
import org.slf4j.Logger;
public class StreamGobbler extends Thread implements Closeable {
-
+
+ private static char REPLACEMENT_CHARACTER = 0xfffd;
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]