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

boli
02.48.2007 061e0172510debb6cd8920caa717c29a10e1b233
opends/src/server/org/opends/server/loggers/debug/DebugLogger.java
@@ -269,13 +269,13 @@
  /**
   * Stub method for logging a cought exception in a method.
   * Stub method for logging a caught exception in a method.
   * Implementation provided by AspectJ.
   *
   * @param level The level of the message being logged.
   * @param t     The exception cought.
   * @param t     The exception caught.
   */
  public static void debugCought(LogLevel level, Throwable t)
  public static void debugCaught(LogLevel level, Throwable t)
  {}
  /**