mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
21-FixVerboseOrRedundantCodeConstructs#1
This commit is contained in:
parent
12905e116b
commit
852f69f748
5 changed files with 11 additions and 21 deletions
|
|
@ -43,10 +43,10 @@ public class CommandLine {
|
|||
*
|
||||
* @param <O> Typ des eigentlichen {@link OutputStream}
|
||||
*/
|
||||
@Setter
|
||||
@Getter
|
||||
private static class ReplaceableOutputStream<O extends OutputStream> extends OutputStream {
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
private O out;
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue