Searched defs:emptyStream (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1460 private static EmptyPrintStream emptyStream = new EmptyPrintStream(); field in class:Utils
1468 if (emptyStream == null)
1470 emptyStream = new EmptyPrintStream();
1472 return emptyStream;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1461 private static EmptyPrintStream emptyStream = new EmptyPrintStream(); field in class:Utils
1469 if (emptyStream == null)
1471 emptyStream = new EmptyPrintStream();
1473 return emptyStream;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1461 private static EmptyPrintStream emptyStream = new EmptyPrintStream(); field in class:Utils
1469 if (emptyStream == null)
1471 emptyStream = new EmptyPrintStream();
1473 return emptyStream;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1460 private static EmptyPrintStream emptyStream = new EmptyPrintStream(); field in class:Utils
1468 if (emptyStream == null)
1470 emptyStream = new EmptyPrintStream();
1472 return emptyStream;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1366 private static EmptyPrintStream emptyStream = new EmptyPrintStream(); field in class:Utils
1374 if (emptyStream == null)
1376 emptyStream = new EmptyPrintStream();
1378 return emptyStream;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DUtils.java1188 private static EmptyPrintStream emptyStream = new EmptyPrintStream(); field in class:Utils
1197 if (emptyStream == null)
1199 emptyStream = new EmptyPrintStream();
1201 return emptyStream;

Completed in 636 milliseconds