Author: ceki
Date: Mon Jan 23 12:20:37 2006
New Revision: 507

Modified:
   slf4j/trunk/src/java/org/slf4j/MarkerFactory.java
Log:

typo fixes, removed unneccessary comments

Modified: slf4j/trunk/src/java/org/slf4j/MarkerFactory.java
==============================================================================
--- slf4j/trunk/src/java/org/slf4j/MarkerFactory.java   (original)
+++ slf4j/trunk/src/java/org/slf4j/MarkerFactory.java   Mon Jan 23 12:20:37 2006
@@ -53,12 +53,7 @@
   private MarkerFactory() {
   }
 
-  // 
-  // WARNING Do not modify copies but the original at
-  //         $SLF4J_HOME/src/filtered-java/org/slf4j/
-  //
   static {
-
     try {
       markerFactory = StaticMarkerBinder.SINGLETON.getMarkerFactory();
     } catch (Exception e) {
@@ -69,11 +64,11 @@
   }
 
   /**
-   * Return a Marker instnace as specified by the name parameter using the
+   * Return a Marker instance as specified by the name parameter using the
    * previously bound [EMAIL PROTECTED] IMarkerFactory}instance.
    * 
    * @param name
-   *          The name of the [EMAIL PROTECTED] Marker}object to return.
+   *          The name of the [EMAIL PROTECTED] Marker} object to return.
    * @return marker
    */
   public static Marker getMarker(String name) {
@@ -83,9 +78,8 @@
   /**
    * Return the [EMAIL PROTECTED] IMarkerFactory}instance in use.
    * 
-   * <p>
-   * Usually, the IMarkerFactory instance is bound with this class at compile
-   * time.
+   * <p>The IMarkerFactory instance is usually bound with this class at 
+   * compile time.
    * 
    * @return the IMarkerFactory instance in use
    */
_______________________________________________
dev mailing list
[email protected]
http://slf4j.org/mailman/listinfo/dev

Reply via email to