Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "HowToDevelopUnitTests" page has been changed by SteveLoughran.
The comment on this change is: make log private.
http://wiki.apache.org/hadoop/HowToDevelopUnitTests?action=diff&rev1=5&rev2=6

--------------------------------------------------

  import org.junit.Test;
  
  public class TestSomething {
-   public static final Log LOG =
+   private static final Log LOG =
      LogFactory.getLog(TestSomething.class);
  }
  }}}

Reply via email to