We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347929d commit 9b9258eCopy full SHA for 9b9258e
src/main/java/org/apache/commons/jexl3/introspection/JexlPermissions.java
@@ -328,6 +328,11 @@ class Delegate implements JexlPermissions {
328
/** The permissions we delegate to. */
329
protected final JexlPermissions base;
330
331
+ /**
332
+ * Constructs a new instance.
333
+ *
334
+ * @param delegate the delegate.
335
+ */
336
protected Delegate(final JexlPermissions delegate) {
337
base = delegate;
338
}
0 commit comments