Author: cziegeler
Date: Fri Jan 9 05:03:19 2009
New Revision: 733022
URL: http://svn.apache.org/viewvc?rev=733022&view=rev
Log:
Remove unused imports and correct javadocs.
Modified:
incubator/sling/trunk/commons/log/src/main/java/org/apache/sling/commons/log/LogSupport.java
incubator/sling/trunk/commons/log/src/main/java/org/slf4j/impl/StaticLoggerBinder.java
Modified:
incubator/sling/trunk/commons/log/src/main/java/org/apache/sling/commons/log/LogSupport.java
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/commons/log/src/main/java/org/apache/sling/commons/log/LogSupport.java?rev=733022&r1=733021&r2=733022&view=diff
==============================================================================
---
incubator/sling/trunk/commons/log/src/main/java/org/apache/sling/commons/log/LogSupport.java
(original)
+++
incubator/sling/trunk/commons/log/src/main/java/org/apache/sling/commons/log/LogSupport.java
Fri Jan 9 05:03:19 2009
@@ -20,7 +20,6 @@
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Map;
-import java.util.NoSuchElementException;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingQueue;
@@ -144,7 +143,7 @@
* stopped or otherwise releases the Log Reader Service, the Log Reader
* Service must remove all of the bundle's listeners.</blockquote>
* <p>
- *
+ *
* @param bundle The bundle whose listeners are to be removed.
*/
/* package */void removeLogListeners(Bundle bundle) {
@@ -360,7 +359,7 @@
/**
* Get a logger for messages orginating from the given bundle. If no bundle
* is specified, we use the system bundle logger.
- *
+ *
* @param bundle The bundle for which a logger is to be returned.
* @return The Logger for the bundle.
*/
@@ -528,7 +527,7 @@
/**
* Get the next log entry for dispatching. This method blocks until an
* event is available or the thread is interrupted.
- *
+ *
* @return The next event to dispatch
* @throws InterruptedException If the thread has been interrupted
while
* waiting for a log event to dispatch.
Modified:
incubator/sling/trunk/commons/log/src/main/java/org/slf4j/impl/StaticLoggerBinder.java
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/commons/log/src/main/java/org/slf4j/impl/StaticLoggerBinder.java?rev=733022&r1=733021&r2=733022&view=diff
==============================================================================
---
incubator/sling/trunk/commons/log/src/main/java/org/slf4j/impl/StaticLoggerBinder.java
(original)
+++
incubator/sling/trunk/commons/log/src/main/java/org/slf4j/impl/StaticLoggerBinder.java
Fri Jan 9 05:03:19 2009
@@ -24,7 +24,7 @@
/**
* This <code>StaticLoggerBinder</code> class returns the
- * {...@link SlingLoggerFactory} singleton instance as the SLF4J logger
factory.
+ * {...@link LogConfigManager} singleton instance as the SLF4J logger factory.
*/
public class StaticLoggerBinder implements LoggerFactoryBinder {