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/11/19 12:30:46 UTC

[myfaces-tobago] branch master updated: chckestyle

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 339e5ee  chckestyle
339e5ee is described below

commit 339e5eedb5841c6a1668995ee793d7eaf87291ee
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Nov 19 13:30:29 2020 +0100

    chckestyle
---
 .../java/org/apache/myfaces/tobago/internal/util/HttpPartWrapper.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/HttpPartWrapper.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/HttpPartWrapper.java
index c37d032..63f2bb4 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/HttpPartWrapper.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/HttpPartWrapper.java
@@ -128,8 +128,6 @@ public class HttpPartWrapper implements Part, FacesWrapper<Part>, StateHolder {
 
   @Override
   public String toString() {
-    return "HttpPartWrapper{" +
-        "delegate=" + delegate +
-        '}';
+    return "HttpPartWrapper{delegate=" + delegate + "}";
   }
 }