Skip to content

Commit

Permalink
- added 1.5.9-RC0 to the API_COMPATIBILITY_LIST in LoggerFactory
Browse files Browse the repository at this point in the history
- minor edit in /cal10n_dummy/MyApplication.java
  • Loading branch information
ceki committed Sep 4, 2009
1 parent 30b9ee0 commit e3f037a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slf4j-api/src/main/java/org/slf4j/LoggerFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public final class LoggerFactory {
* <p>
*/
static private final String[] API_COMPATIBILITY_LIST = new String[] {
"1.5.5", "1.5.6", "1.5.7", "1.5.8", "1.5.9" };
"1.5.5", "1.5.6", "1.5.7", "1.5.8", "1.5.9-RC0", "1.5.9" };

// private constructor prevents instantiation
private LoggerFactory() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class MyApplication {

// create a message conveyor for a given locale
IMessageConveyor messageConveyor = new MessageConveyor(Locale.UK);
IMessageConveyor messageConveyor = new MessageConveyor(Locale.JAPAN);

// create the LogLoggerFactory
LocLoggerFactory llFactory_uk = new LocLoggerFactory(messageConveyor);
Expand Down

0 comments on commit e3f037a

Please sign in to comment.