Skip to content

Commit 06a51ea

Browse files
committed
Javadoc @SInCE tag should be after @throws
1 parent 5d0e3e0 commit 06a51ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1273,8 +1273,8 @@ public boolean isThrowExceptionOnMissing() {
12731273
* {@code LockMode} argument. Subclasses can override these protected methods to perform additional steps when a
12741274
* configuration is locked.
12751275
*
1276-
* @since 2.0
12771276
* @throws NullPointerException if the argument is <strong>null</strong>
1277+
* @since 2.0
12781278
*/
12791279
@Override
12801280
public final void lock(final LockMode mode) {

0 commit comments

Comments
 (0)