mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
16.24.2007 085b5eb00471d1a45da880125c72976854927ceb
opendj-sdk/opends/src/server/org/opends/server/loggers/TextWriter.java
@@ -87,7 +87,7 @@
     */
    public void shutdown()
    {
      writer.close();
      // Should never close the system out stream.
    }
    /**
@@ -128,7 +128,7 @@
     */
    public void shutdown()
    {
      writer.close();
      // Should never close the system error stream.
    }
    /**