Author: alexsmirnov
Date: 2007-09-11 20:16:24 -0400 (Tue, 11 Sep 2007)
New Revision: 2894
Modified:
trunk/sandbox/ui/state/src/main/java/org/richfaces/ui/application/StatePropertyResolver.java
trunk/sandbox/ui/state/src/main/java/org/richfaces/ui/application/StateResolver.java
Log:
fix sandbox build
Modified:
trunk/sandbox/ui/state/src/main/java/org/richfaces/ui/application/StatePropertyResolver.java
===================================================================
---
trunk/sandbox/ui/state/src/main/java/org/richfaces/ui/application/StatePropertyResolver.java 2007-09-11
23:54:47 UTC (rev 2893)
+++
trunk/sandbox/ui/state/src/main/java/org/richfaces/ui/application/StatePropertyResolver.java 2007-09-12
00:16:24 UTC (rev 2894)
@@ -16,7 +16,7 @@
/* (non-Javadoc)
* @see javax.faces.el.PropertyResolver#getType(java.lang.Object, java.lang.Object)
*/
- @Override
+
public Class getType(Object arg0, Object arg1) throws EvaluationException,
PropertyNotFoundException {
// TODO Auto-generated method stub
@@ -26,7 +26,7 @@
/* (non-Javadoc)
* @see javax.faces.el.PropertyResolver#getType(java.lang.Object, int)
*/
- @Override
+
public Class getType(Object arg0, int arg1) throws EvaluationException,
PropertyNotFoundException {
// TODO Auto-generated method stub
@@ -36,7 +36,7 @@
/* (non-Javadoc)
* @see javax.faces.el.PropertyResolver#getValue(java.lang.Object, java.lang.Object)
*/
- @Override
+
public Object getValue(Object arg0, Object arg1)
throws EvaluationException, PropertyNotFoundException {
// TODO Auto-generated method stub
@@ -46,7 +46,7 @@
/* (non-Javadoc)
* @see javax.faces.el.PropertyResolver#getValue(java.lang.Object, int)
*/
- @Override
+
public Object getValue(Object arg0, int arg1) throws EvaluationException,
PropertyNotFoundException {
// TODO Auto-generated method stub
@@ -56,7 +56,7 @@
/* (non-Javadoc)
* @see javax.faces.el.PropertyResolver#isReadOnly(java.lang.Object, java.lang.Object)
*/
- @Override
+
public boolean isReadOnly(Object arg0, Object arg1)
throws EvaluationException, PropertyNotFoundException {
// TODO Auto-generated method stub
@@ -66,7 +66,7 @@
/* (non-Javadoc)
* @see javax.faces.el.PropertyResolver#isReadOnly(java.lang.Object, int)
*/
- @Override
+
public boolean isReadOnly(Object arg0, int arg1)
throws EvaluationException, PropertyNotFoundException {
// TODO Auto-generated method stub
@@ -76,7 +76,7 @@
/* (non-Javadoc)
* @see javax.faces.el.PropertyResolver#setValue(java.lang.Object, java.lang.Object,
java.lang.Object)
*/
- @Override
+
public void setValue(Object arg0, Object arg1, Object arg2)
throws EvaluationException, PropertyNotFoundException {
// TODO Auto-generated method stub
@@ -86,7 +86,7 @@
/* (non-Javadoc)
* @see javax.faces.el.PropertyResolver#setValue(java.lang.Object, int,
java.lang.Object)
*/
- @Override
+
public void setValue(Object arg0, int arg1, Object arg2)
throws EvaluationException, PropertyNotFoundException {
// TODO Auto-generated method stub
Modified:
trunk/sandbox/ui/state/src/main/java/org/richfaces/ui/application/StateResolver.java
===================================================================
---
trunk/sandbox/ui/state/src/main/java/org/richfaces/ui/application/StateResolver.java 2007-09-11
23:54:47 UTC (rev 2893)
+++
trunk/sandbox/ui/state/src/main/java/org/richfaces/ui/application/StateResolver.java 2007-09-12
00:16:24 UTC (rev 2894)
@@ -16,7 +16,6 @@
/* (non-Javadoc)
* @see
javax.faces.el.VariableResolver#resolveVariable(javax.faces.context.FacesContext,
java.lang.String)
*/
- @Override
public Object resolveVariable(FacesContext arg0, String arg1)
throws EvaluationException {
// TODO Auto-generated method stub