Wrong Logger used in SignatureValidator

Description

The SignatureValidator uses the wrong (JUL) Logger implementation:

private final java.util.logging.Logger log = LoggerFactory.getLogger(SignatureValidator.class);

it should be:

private final Logger log = LoggerFactory.getLogger(SignatureValidator.class);

Environment

None

Activity

Show:

ChadC May 27, 2011 at 4:57 PM

Can you double check this? I don't see any class using JUL.

Invalid
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Affects versions

Created May 27, 2011 at 4:56 PM
Updated May 27, 2011 at 4:57 PM
Resolved May 27, 2011 at 4:57 PM