You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Henning Schmiedehausen (JIRA)" <de...@velocity.apache.org> on 2007/03/08 01:10:30 UTC

[jira] Closed: (VELOCITY-19) SimpleNode setFirstToken() has obvious typo

     [ https://issues.apache.org/jira/browse/VELOCITY-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henning Schmiedehausen closed VELOCITY-19.
------------------------------------------


> SimpleNode setFirstToken() has obvious typo
> -------------------------------------------
>
>                 Key: VELOCITY-19
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-19
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.1
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Jim Mackraz
>         Assigned To: Velocity-Dev List
>
> ./src/java/org/apache/velocity/runtime/parser/node/SimpleNode.java
> Line 105-108:
>     public void setFirstToken(Token t)
>     {
>         this.first = first;
>     }
> Should read: this.first = t;
> I have no idea if this affects anything.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org