We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0e3e0 commit 06a51eaCopy full SHA for 06a51ea
src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java
@@ -1273,8 +1273,8 @@ public boolean isThrowExceptionOnMissing() {
1273
* {@code LockMode} argument. Subclasses can override these protected methods to perform additional steps when a
1274
* configuration is locked.
1275
*
1276
- * @since 2.0
1277
* @throws NullPointerException if the argument is <strong>null</strong>
+ * @since 2.0
1278
*/
1279
@Override
1280
public final void lock(final LockMode mode) {
0 commit comments