Get rid of trailing whitespaces after the table
-----------------------------------------------

                 Key: JBEHAVE-243
                 URL: http://jira.codehaus.org/browse/JBEHAVE-243
             Project: JBehave
          Issue Type: Improvement
          Components: Core
    Affects Versions: 2.4.1, 2.4, 2.3.2
            Reporter: Michael Zimmermann
            Priority: Trivial


ExamplesTable.java
public ExamplesTable(String tableAsString) {
this.tableAsString = tableAsString.trim();
parse();
}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to