View | Details | Raw Unified | Return to bug 44555
Collapse All | Expand All

(-)src/main/java/org/apache/log4j/varia/NullAppender.java (-1 / +1 lines)
Lines 42-48 Link Here
42
   * Whenever you can, use this method to retreive an instance instead
42
   * Whenever you can, use this method to retreive an instance instead
43
   * of instantiating a new one with <code>new</code>.
43
   * of instantiating a new one with <code>new</code>.
44
   * */
44
   * */
45
  public NullAppender getInstance() {
45
  public static NullAppender getInstance() {
46
    return instance;
46
    return instance;
47
  }
47
  }
48
48

Return to bug 44555