This commit is contained in:
Andreas Penski (init) 2020-08-13 15:23:59 +02:00
parent 46fff79fe2
commit f4509fd097
3 changed files with 13 additions and 19 deletions

View file

@ -7,8 +7,13 @@ import java.text.MessageFormat;
*
* @author Andreas Penski
*/
@SuppressWarnings("squid:S106")
public class Printer {
private Printer() {
// hide
}
/**
* Writes to standard output channel.
*