This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new df0ec859 Javadoc/Comments: Remove extra "whitespace" df0ec859 is described below commit df0ec859f237ea9572ca80040dceb6542162ad14 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 25 09:23:21 2023 -0400 Javadoc/Comments: Remove extra "whitespace" --- src/test/java/org/apache/commons/csv/LexerTest.java | 1 - src/test/java/org/apache/commons/csv/Utils.java | 1 - 2 files changed, 2 deletions(-) diff --git a/src/test/java/org/apache/commons/csv/LexerTest.java b/src/test/java/org/apache/commons/csv/LexerTest.java index cc8d728a..f36eaa45 100644 --- a/src/test/java/org/apache/commons/csv/LexerTest.java +++ b/src/test/java/org/apache/commons/csv/LexerTest.java @@ -41,7 +41,6 @@ import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; /** - * */ public class LexerTest { diff --git a/src/test/java/org/apache/commons/csv/Utils.java b/src/test/java/org/apache/commons/csv/Utils.java index fcdbc3d1..d585669a 100644 --- a/src/test/java/org/apache/commons/csv/Utils.java +++ b/src/test/java/org/apache/commons/csv/Utils.java @@ -13,7 +13,6 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package org.apache.commons.csv;