You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/03/07 20:49:34 UTC

[commons-lang] 05/10: Remove unused exceptions from test method signatures.

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-lang.git

commit 749062a6c0920ff5aed91842e9f7dcfd3c6b2f9c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 7 15:36:03 2022 -0500

    Remove unused exceptions from test method signatures.
---
 src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java b/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java
index e548d2c..409521c 100644
--- a/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java
@@ -317,7 +317,7 @@ public class FastDateParserTest {
     }
 
     @Test
-    public void testJpLocales() throws ParseException {
+    public void testJpLocales() {
 
         final Calendar cal = Calendar.getInstance(TimeZones.GMT);
         cal.clear();