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 17:42:03 UTC

[myfaces-tobago] branch master updated: Revert: 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 59b6950  Revert: Wrong checkstyle to test behavior of the build pipline of Jenkins
59b6950 is described below

commit 59b695040cbe03c0a107ff1fca2451110380bc8c
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Aug 26 19:39:34 2020 +0200

    Revert: 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 f4b3649..9c06472 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);
   }