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 2019/09/06 19:05:00 UTC

[commons-lang] branch master updated: Add missing Javadoc text.

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


The following commit(s) were added to refs/heads/master by this push:
     new 7f9f037  Add missing Javadoc text.
     new ec92ddd  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
7f9f037 is described below

commit 7f9f0375a5c3c04860896f9e05c4c5185a7e8018
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 6 14:52:51 2019 -0400

    Add missing Javadoc text.
---
 src/main/java/org/apache/commons/lang3/time/DateUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/time/DateUtils.java b/src/main/java/org/apache/commons/lang3/time/DateUtils.java
index da96dff..92da295 100644
--- a/src/main/java/org/apache/commons/lang3/time/DateUtils.java
+++ b/src/main/java/org/apache/commons/lang3/time/DateUtils.java
@@ -1837,7 +1837,7 @@ public class DateUtils {
         /**
          * Always throws UnsupportedOperationException.
          *
-         * @throws UnsupportedOperationException
+         * @throws UnsupportedOperationException Always thrown.
          * @see java.util.Iterator#remove()
          */
         @Override