From f0b6f490682d59012d1fd15fd114ed55aacd3aab Mon Sep 17 00:00:00 2001 From: REAS Date: Thu, 10 Nov 2016 13:40:00 -0800 Subject: [PATCH] Remove periods (.) from @brief descriptions in TableRow.java --- core/src/processing/data/TableRow.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/processing/data/TableRow.java b/core/src/processing/data/TableRow.java index 75e348d87..3ac59fe4c 100644 --- a/core/src/processing/data/TableRow.java +++ b/core/src/processing/data/TableRow.java @@ -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();