Author: ceki
Date: Mon Jan 26 17:37:33 2009
New Revision: 2133

Modified:
   
logback/trunk/logback-core/src/main/java/ch/qos/logback/core/joran/action/Action.java

Log:
- changes in comments

Modified: 
logback/trunk/logback-core/src/main/java/ch/qos/logback/core/joran/action/Action.java
==============================================================================
--- 
logback/trunk/logback-core/src/main/java/ch/qos/logback/core/joran/action/Action.java
       (original)
+++ 
logback/trunk/logback-core/src/main/java/ch/qos/logback/core/joran/action/Action.java
       Mon Jan 26 17:37:33 2009
@@ -1,7 +1,7 @@
 /**
  * Logback: the generic, reliable, fast and flexible logging framework for 
Java.
  * 
- * Copyright (C) 2000-2006, QOS.ch
+ * Copyright (C) 2000-2009, QOS.ch
  * 
  * This library is free software, you can redistribute it and/or modify it 
under
  * the terms of the GNU Lesser General Public License as published by the Free
@@ -20,9 +20,9 @@
 
 /**
  * 
- * Most of the work for configuring log4j is done by Actions.
+ * Most of the work for configuring logback is done by Actions.
  * 
- * <p>Methods of an Action are invoked while an XML file is parsed through.
+ * <p>Action methods are invoked as the XML file is parsed.
  * 
  * <p>This class is largely inspired from the relevant class in the
  * commons-digester project of the Apache Software Foundation.
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to