[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-640) org.jboss.seam.timeToneSelected event is a misspelling in TimeZoneSelector
Gavin King (JIRA)
jira-events at jboss.com
Sun Jan 7 22:31:26 EST 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-640?page=all ]
Gavin King closed JBSEAM-640.
-----------------------------
Assignee: Gavin King
Resolution: Done
Fix Version/s: 1.1.1.GA
> org.jboss.seam.timeToneSelected event is a misspelling in TimeZoneSelector
> --------------------------------------------------------------------------
>
> Key: JBSEAM-640
> URL: http://jira.jboss.com/jira/browse/JBSEAM-640
> Project: JBoss Seam
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.1.1.GA
> Reporter: Bart Schuller
> Assigned To: Gavin King
> Fix For: 1.1.1.GA
>
>
> The patch in JBSEAM-536 included the line
> Events.instance().raiseEvent( "org.jboss.seam.timeToneSelected", getTimeZoneId() );
> in org.jboss.seam.core.TimeZoneSelector
> which should probably be
> Events.instance().raiseEvent( "org.jboss.seam.timeZoneSelected", getTimeZoneId() );
> (the same misspelling has been added in the method comment)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list