SelfHoster: Avoid some compiler warnings.
authorMurray Cumming <murrayc@murrayc.com>
Fri, 8 Jun 2012 21:14:04 +0000 (23:14 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 8 Jun 2012 21:14:04 +0000 (23:14 +0200)
commit9f9f94d2685be86623708c24714fdecd2cb84700
treea2ee5fa61def9ca5fe9e36e9d11147d11ab70fee
parent4afd34b6fd9c5a80905db7662a02ca083f9fbc0c
SelfHoster: Avoid some compiler warnings.

* src/test/java/org/glom/web/server/SelfHoster.java
executeCommandLineAndWait():
executeCommandLineAndWaitUntilSecondCommandReturnsSuccess(): Comment out
the now-unused streams for stdout and stderr from the command Processes.
These are not used because readln() hangs while waiting for a new line,
where there may be no next line. The commented out code is still there
to help us figure out how to do this properly.
ChangeLog
src/test/java/org/glom/web/server/SelfHoster.java