Skip to content

Commit f08dc08

Browse files
committed
to trigger build
1 parent 9e9d4b3 commit f08dc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/microsoft/sqlserver/testframework/AbstractTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public abstract class AbstractTest {
6565
private static boolean _isSqlAzureDW = false;
6666

6767
/**
68-
* Byte array containing logging output Content can be retrieved using toByteArray() or toString()
68+
* Bytearray containing streamed logging output. Content can be retrieved using toByteArray() or toString()
6969
*/
7070
public static ByteArrayOutputStream logOutputStream = null;
7171
private static PrintStream logPrintStream = null;

0 commit comments

Comments
 (0)