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 2018/12/12 10:49:24 UTC

[myfaces-tobago] 03/03: 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

commit aa28ef7d463771c2cd97e18956f46b954d90aa46
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Dec 12 11:48:45 2018 +0100

    checkstyle
---
 .../src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java
index 5c329be..281b86a 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java
@@ -905,7 +905,7 @@ public final class ComponentUtils {
    * @since Tobago 4.3.3
    */
   public static String getConfirmation(final UIComponent component) {
-    final String confirmation = getStringAttribute(component, Attributes.confirmation,null);
+    final String confirmation = getStringAttribute(component, Attributes.confirmation, null);
     if (confirmation != null) {
       return confirmation;
     }