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

boli
08.38.2007 d4c325aa498def8cab30360b605ca93e953a7333
opendj-sdk/opends/src/server/org/opends/server/loggers/TextLogPublisher.java
@@ -56,7 +56,8 @@
   * @param record the log record to publish.
   * @param handler the error handler to use if an error occurs.
   */
  public void publish(LogRecord record, LogErrorHandler handler)
  public synchronized void publish(LogRecord record,
                                   LoggerErrorHandler handler)
  {
    try
    {