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/08/26 16:53:18 UTC

[myfaces-tobago] branch master updated: Wrong checkstyle to test behavior of the build pipline of Jenkins

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 259d4eb  Wrong checkstyle to test behavior of the build pipline of Jenkins
259d4eb is described below

commit 259d4eb9a7df30dfc2a16e4f4dc42bd0d75bec26
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Aug 26 18:52:55 2020 +0200

    Wrong checkstyle to test behavior of the build pipline of Jenkins
---
 .../myfaces/tobago/application/LabelValueExpressionFacesMessage.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/application/LabelValueExpressionFacesMessage.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/application/LabelValueExpressionFacesMessage.java
index 9c06472..f4b3649 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/application/LabelValueExpressionFacesMessage.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/application/LabelValueExpressionFacesMessage.java
@@ -33,7 +33,7 @@ public class LabelValueExpressionFacesMessage extends FacesMessage {
     super(severity, summary, detail);
   }
 
-  public LabelValueExpressionFacesMessage(final String summary, final String detail) {
+  public                                             LabelValueExpressionFacesMessage(final String summary, final String detail) {
     super(summary, detail);
   }