[slf4j-dev] [qos-ch/slf4j] 423d7b: Reformat to match code convention of 2-space inden...
Matt Bishop
matt at thebishops.org
Tue Dec 8 21:35:21 UTC 2015
Branch: refs/heads/slf4j-344-logServiceReader
Home: https://github.com/qos-ch/slf4j
Commit: 423d7bb3d78ae2673e747891038770fa2045d115
https://github.com/qos-ch/slf4j/commit/423d7bb3d78ae2673e747891038770fa2045d115
Author: Matt Bishop <matt at thebishops.org>
Date: 2015-12-08 (Tue, 08 Dec 2015)
Changed paths:
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/Activator.java
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/EventAdminSender.java
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/ImmutableLogEntry.java
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/Log.java
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogEntryException.java
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogEntryNotifier.java
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogEntryStore.java
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogListeners.java
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogReaderServiceFactory.java
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogReaderServiceImpl.java
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogServiceFactory.java
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/LogServiceImpl.java
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/OSGiEventLogger.java
M osgi-over-slf4j/implementation/src/main/java/org/slf4j/osgi/logservice/impl/package.html
M osgi-over-slf4j/implementation/src/main/resources/OSGI-INF/metatype/LogReaderService.xml
M osgi-over-slf4j/implementation/src/test/java/org/slf4j/osgi/logservice/impl/EventAdminSenderTest.java
M osgi-over-slf4j/implementation/src/test/java/org/slf4j/osgi/logservice/impl/LogEntryExceptionTest.java
M osgi-over-slf4j/implementation/src/test/java/org/slf4j/osgi/logservice/impl/LogEntryNotifierTest.java
M osgi-over-slf4j/implementation/src/test/java/org/slf4j/osgi/logservice/impl/LogEntryStoreTest.java
M osgi-over-slf4j/implementation/src/test/java/org/slf4j/osgi/logservice/impl/LogServiceImplTest.java
M osgi-over-slf4j/integration-test/src/main/test/java/org/slf4j/osgi/logservice/integration/test/LogServiceIntegrationTest.java
Log Message:
-----------
Reformat to match code convention of 2-space indents.
Minor doc edits.
More information about the slf4j-dev
mailing list