This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push: new 43cbadc fighting with git... 43cbadc is described below commit 43cbadc3f210531937f4a28867233f22e6b3cbba Author: henrib <hen...@apache.org> AuthorDate: Mon Apr 1 18:21:08 2019 +0200 fighting with git... --- .../org/apache/commons/jexl3/internal/introspection/Permissions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/jexl3/internal/introspection/Permissions.java b/src/main/java/org/apache/commons/jexl3/internal/introspection/Permissions.java index 45aa1e1..3a94f9b 100644 --- a/src/main/java/org/apache/commons/jexl3/internal/introspection/Permissions.java +++ b/src/main/java/org/apache/commons/jexl3/internal/introspection/Permissions.java @@ -28,7 +28,7 @@ import org.apache.commons.jexl3.annotations.NoJexl; * Default implementation does this by checking if element has been annotated with NoJexl. */ public class Permissions { - /** Make non instantiable. */ + /** Allow inheritance. */ protected Permissions() { } /**