Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-1157

Many calls to logging are wrong

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.1 M1
    • 1.0 RC3
    • {Unused} Core
    • None

    Description

      protected static Log log = LogFactory.getFactory().getInstance(PasswordClass.class);

      should be

      protected static final Log LOG = LogFactory.getLog(PasswordClass.class);

      Attachments

        Activity

          People

            ldubost@free.fr Ludovic Dubost
            ludovic Ludovic Dubost
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: