Author: ppitonak(a)redhat.com
Date: 2010-11-19 08:34:14 -0500 (Fri, 19 Nov 2010)
New Revision: 20120
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/Attributes.java
Log:
* fixed a checkstyle violation
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/Attributes.java
===================================================================
---
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/Attributes.java 2010-11-19
13:09:29 UTC (rev 20119)
+++
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/Attributes.java 2010-11-19
13:34:14 UTC (rev 20120)
@@ -71,12 +71,12 @@
private static final long serialVersionUID = -1L;
private static Logger logger = LoggerFactory.getLogger(Attributes.class);
+ private static Map<Class<?>, List<Attribute>> richfacesAttributes;
// K - name of a component attribute, V - value of the component attribute
private Map<String, Attribute> attributes;
// class object of managed bean
private Class<?> beanClass;
- private static Map<Class<?>, List<Attribute>> richfacesAttributes;
-
+
/**
* Constructor for class Attributes.
*
Show replies by date