~ubuntu-branches/ubuntu/maverick/libslf4j-java/maverick

« back to all changes in this revision

Viewing changes to slf4j-log4j12/src/main/java/org/slf4j/impl/StaticLoggerBinder.java

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2010-03-01 22:50:56 UTC
  • mfrom: (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100301225056-29c5sx2zpcax9upo
Tags: 1.5.11-2
Really remove org/slf4j/impl/** from slf4j-api.jar
This should prevent unexpected java.lang.UnsupportedOperationException.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
   * against. The value of this field is usually modified with each release.
67
67
   */
68
68
  // to avoid constant folding by the compiler, this field must *not* be final
69
 
  public static String REQUESTED_API_VERSION = "1.5.10"; // !final
 
69
  public static String REQUESTED_API_VERSION = "1.5.11"; // !final
70
70
 
71
71
  private static final String loggerFactoryClassStr = Log4jLoggerFactory.class
72
72
      .getName();