- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toPsOrDef (0.09 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/ProtoLogger.java
this(null, null); } public ProtoLogger(@Nullable OutputStream out, @Nullable OutputStream err) { this.out = new PrintWriter(toPsOrDef(out, System.out), true); this.err = new PrintWriter(toPsOrDef(err, System.err), true); } private PrintStream toPsOrDef(OutputStream outputStream, PrintStream def) { if (outputStream == null) { return def; }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.3K bytes - Viewed (0)