You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2019/08/02 07:48:14 UTC

[myfaces] branch master updated: cosmetics

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

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master by this push:
     new 30588f4  cosmetics
30588f4 is described below

commit 30588f4cc5c053984f9335724072800c3a451ebf
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Fri Aug 2 09:48:05 2019 +0200

    cosmetics
---
 .../org/apache/myfaces/view/facelets/tag/BeanPropertyTagRule.java   | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/impl/src/main/java/org/apache/myfaces/view/facelets/tag/BeanPropertyTagRule.java b/impl/src/main/java/org/apache/myfaces/view/facelets/tag/BeanPropertyTagRule.java
index d578d70..f33708e 100644
--- a/impl/src/main/java/org/apache/myfaces/view/facelets/tag/BeanPropertyTagRule.java
+++ b/impl/src/main/java/org/apache/myfaces/view/facelets/tag/BeanPropertyTagRule.java
@@ -60,11 +60,8 @@ public final class BeanPropertyTagRule extends MetaRule
     
     final static class LiteralPropertyMetadata extends Metadata
     {
-
         private final Method method;
-
         private final TagAttribute attribute;
-
         private Object[] value;
 
         public LiteralPropertyMetadata(Method method, TagAttribute attribute)
@@ -99,11 +96,8 @@ public final class BeanPropertyTagRule extends MetaRule
 
     final static class DynamicPropertyMetadata extends Metadata
     {
-
         private final Method method;
-
         private final TagAttribute attribute;
-
         private final Class<?> type;
 
         public DynamicPropertyMetadata(Method method, TagAttribute attribute)