DBZ-396 Formatting and typo fix;

Also adding Peter to COPYRIGHT.txt
This commit is contained in:
Gunnar Morling 2017-11-14 11:37:28 +01:00
parent ba7478ffd7
commit 79a2e4a6c2
2 changed files with 17 additions and 17 deletions

View File

@ -22,6 +22,7 @@ Mario Mueller
Matteo Capitanio
Omar Al-Safi
Liu Hanlin
Peter Goransson
Prannoy Mittal
Ramesh Reddy
Randall Hauch

View File

@ -17,7 +17,6 @@
* A component that blocks doing nothing until the connector task is stopped
*
* @author Peter Goransson
*
*/
public class BlockingReader implements Reader {
@ -58,7 +57,7 @@ public void uponCompletion(Runnable handler) {
@Override
public void start() {
state.set(State.RUNNING);
logger.info("Connector has completed all of its work but will continue in the running state. It can be shutdown at any time.");
logger.info("Connector has completed all of its work but will continue in the running state. It can be shut down at any time.");
}
@Override