Skip to content

Commit 9b9258e

Browse files
committed
Fix Javadoc warning
1 parent 347929d commit 9b9258e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/apache/commons/jexl3/introspection/JexlPermissions.java

+5
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,11 @@ class Delegate implements JexlPermissions {
328328
/** The permissions we delegate to. */
329329
protected final JexlPermissions base;
330330

331+
/**
332+
* Constructs a new instance.
333+
*
334+
* @param delegate the delegate.
335+
*/
331336
protected Delegate(final JexlPermissions delegate) {
332337
base = delegate;
333338
}

0 commit comments

Comments
 (0)