]
Steve Ebersole closed HHH-204.
------------------------------
Closing stale resolved issues
Wrong/uncommon log name in class ...hql ast ErrorCounter
--------------------------------------------------------
Key: HHH-204
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-204
Project: Hibernate Core
Issue Type: Bug
Components: core
Affects Versions: 3.0 rc 1
Reporter: Christian Stein
Assignee: Joshua Davis
Priority: Trivial
Fix For: 3.1 beta 1
Original Estimate: 1m
Remaining Estimate: 1m
// $Id: ErrorCounter.java,v 1.5 2005/02/15 12:33:39 pgmjsd Exp $
package org.hibernate.hql.ast;
[...]
public class ErrorCounter implements ParseErrorHandler {
private Log log = LogFactory.getLog( "hql.parser" );
[...]
Shouldn't read:
private Log log = LogFactory.getLog( ErrorCounter.class );
?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: