We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9d4b3 commit f08dc08Copy full SHA for f08dc08
src/test/java/com/microsoft/sqlserver/testframework/AbstractTest.java
@@ -65,7 +65,7 @@ public abstract class AbstractTest {
65
private static boolean _isSqlAzureDW = false;
66
67
/**
68
- * Byte array containing logging output Content can be retrieved using toByteArray() or toString()
+ * Bytearray containing streamed logging output. Content can be retrieved using toByteArray() or toString()
69
*/
70
public static ByteArrayOutputStream logOutputStream = null;
71
private static PrintStream logPrintStream = null;
0 commit comments