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

boli
21.16.2009 f8beabcaa885bfef30f2bd4011d040186cf9ea78
opends/src/server/org/opends/server/loggers/debug/DebugAspect.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 */
package org.opends.server.loggers.debug;
@@ -83,15 +83,6 @@
  }
  /**
   * Pointcut for matching the getDirectoryThreadGroup method.
   */
  @Pointcut("execution(public static ThreadGroup org.opends.server." +
      "core.DirectoryServer.getDirectoryThreadGroup(..))")
  private void getThreadGroupMethod()
  {
  }
  /**
   * Pointcut for matching all getDebugProperties() methods.
   * TODO: Make this less general. Find out if pointcut matches
   * subclass methods.
@@ -120,8 +111,7 @@
   * debug logger.
   */
  @Pointcut("toStringMethod() || getMessageMethod() || " +
      "getDebugPropertiesMethod() || debugRelatedClasses() || " +
      "getThreadGroupMethod()")
      "getDebugPropertiesMethod() || debugRelatedClasses()")
  private void excluded()
  {
  }