Get rid of trailing whitespaces after the table

Description

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

Activity

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created February 11, 2010 at 9:28 PM
Updated May 22, 2015 at 8:29 AM
Resolved February 12, 2010 at 2:28 PM

Flag notifications