You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/10/15 10:13:57 UTC

[myfaces-tobago] branch master updated: checkstyle

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f516d3  checkstyle
0f516d3 is described below

commit 0f516d3dcc6deaa70ef388b3178874368c75e4c5
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Oct 15 12:13:41 2020 +0200

    checkstyle
---
 .../java/org/apache/myfaces/tobago/facelets/AttributeHandler.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java
index 7083046..93b810e 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java
@@ -362,10 +362,10 @@ public final class AttributeHandler extends TagHandler {
 
     private boolean transientFlag;
 
-    public ConstantMethodExpression() {
+    ConstantMethodExpression() {
     }
 
-    public ConstantMethodExpression(final String outcome) {
+    ConstantMethodExpression(final String outcome) {
       this.outcome = outcome;
     }