Remove periods (.) from @brief descriptions in TableRow.java

This commit is contained in:
REAS
2016-11-10 13:40:00 -08:00
parent 72c28b2643
commit f0b6f49068

View File

@@ -174,7 +174,7 @@ public interface TableRow {
public int getColumnType(int column);
/**
* @brief Get the all column types.
* @brief Get the all column types
* @return list of all column types
*/
public int[] getColumnTypes();
@@ -188,7 +188,7 @@ public interface TableRow {
public String getColumnTitle(int column);
/**
* @brief Get the all column titles.
* @brief Get the all column titles
* @return list of all column titles
*/
public String[] getColumnTitles();