mirror of
https://gitlab.com/arnekeller/kit-programmieren-ws1920-final1.git
synced 2024-11-27 18:55:55 +00:00
Actually include a whitespace constant definition for show train
This commit is contained in:
parent
72b76fbeb6
commit
f5706a2edf
@ -17,6 +17,11 @@ import java.util.stream.Collectors;
|
||||
* @version 1.1
|
||||
*/
|
||||
public final class Train {
|
||||
/**
|
||||
* Separator between rolling stocks in {@link #show()}.
|
||||
*/
|
||||
private static final char ROLLING_STOCK_SEPARATOR = ' ';
|
||||
|
||||
/**
|
||||
* Numerical identifier of this train.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user