mwomack     02/05/24 23:39:52

  Modified:    src/java/org/apache/log4j/varia NDCMatchFilter.java
  Log:
  Updated javadoc error.
  
  Revision  Changes    Path
  1.4       +2 -2      
jakarta-log4j/src/java/org/apache/log4j/varia/NDCMatchFilter.java
  
  Index: NDCMatchFilter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/varia/NDCMatchFilter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NDCMatchFilter.java       21 May 2002 02:24:39 -0000      1.3
  +++ NDCMatchFilter.java       25 May 2002 06:39:52 -0000      1.4
  @@ -30,8 +30,8 @@
      to true, a match will occur only when the value to match exactly
      matches the NDC value of the logging event.  Otherwise, if the
      <b>ExactMatch</b> property is set to <code>false</code>, a match
  -   will occur if the NDC value is contained anywhere within the value
  -   to match. The <b>ExactMatch</b> property is set to
  +   will occur if the value to match is contained anywhere within the
  +   NDC value. The <b>ExactMatch</b> property is set to
      <code>false</code> by default.
   
      <p>Note that by default the value to match is set to
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to