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 2022/11/01 16:28:48 UTC

[myfaces-tobago] branch t5_selectMany updated: checkstyle

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

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


The following commit(s) were added to refs/heads/t5_selectMany by this push:
     new 84f548f022 checkstyle
84f548f022 is described below

commit 84f548f022a819f00b298f3d7d9e8b6ae88d0c4a
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Tue Nov 1 17:28:33 2022 +0100

    checkstyle
---
 .../myfaces/tobago/internal/renderkit/renderer/SelectManyRenderer.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/SelectManyRenderer.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/SelectManyRenderer.java
index 0a83f867cf..76bbf572ee 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/SelectManyRenderer.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/SelectManyRenderer.java
@@ -123,7 +123,8 @@ public class SelectManyRenderer<T extends AbstractUISelectMany> extends SelectMa
   }
 
   @Override
-  protected void writeAdditionalAttributes(FacesContext facesContext, TobagoResponseWriter writer, T input) throws IOException {
+  protected void writeAdditionalAttributes(FacesContext facesContext, TobagoResponseWriter writer, T input)
+      throws IOException {
     super.writeAdditionalAttributes(facesContext, writer, input);
     writer.writeAttribute(CustomAttributes.FILTER, input.getFilter(), true);
   }