Modified:
struts/shale/trunk/core-library/src/test/org/apache/shale/view/ConcreteFacesBean.java
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/test/org/apache/shale/view/ConcreteFacesBean.java?rev=293010&r1=293009&r2=293010&view=diff
==============================================================================
---
struts/shale/trunk/core-library/src/test/org/apache/shale/view/ConcreteFacesBean.java
(original)
+++
struts/shale/trunk/core-library/src/test/org/apache/shale/view/ConcreteFacesBean.java
Sat Oct 1 10:58:52 2005
@@ -1,39 +1,39 @@
-/*
- * Copyright 2004-2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.shale.view;
-
-/**
- * <p>Concrete subclass of <code>AbstractFacesBean</code> so we can
- * test the underlying functionality.</p>
- */
-public class ConcreteFacesBean extends AbstractFacesBean {
-
-
- public ConcreteFacesBean() {
- super();
- }
-
- public ConcreteFacesBean(String id) {
- this.id = id;
- }
-
- private String id = null;
- public String getId() { return this.id; }
- public void setId(String id) { this.id = id; }
-
-
+/*
+ * Copyright 2004-2005 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.shale.view;
+
+/**
+ * <p>Concrete subclass of <code>AbstractFacesBean</code> so we can
+ * test the underlying functionality.</p>
+ */
+public class ConcreteFacesBean extends AbstractFacesBean {
+
+
+ public ConcreteFacesBean() {
+ super();
+ }
+
+ public ConcreteFacesBean(String id) {
+ this.id = id;
+ }
+
+ private String id = null;
+ public String getId() { return this.id; }
+ public void setId(String id) { this.id = id; }
+
+
}
Propchange:
struts/shale/trunk/core-library/src/test/org/apache/shale/view/ConcreteFacesBean.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
struts/shale/trunk/core-library/src/test/org/apache/shale/view/ConcreteFacesBean.java
------------------------------------------------------------------------------
svn:keywords = date author id rev
Propchange:
struts/shale/trunk/core-library/src/test/org/apache/shale/view/ConcreteFacesBeanTestCase.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
struts/shale/trunk/core-library/src/test/org/apache/shale/view/ConcreteFacesBeanTestCase.java
------------------------------------------------------------------------------
svn:keywords = date author id rev
Propchange:
struts/shale/trunk/core-library/src/test/org/apache/shale/view/ConcreteViewController.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
struts/shale/trunk/core-library/src/test/org/apache/shale/view/ConcreteViewController.java
------------------------------------------------------------------------------
svn:keywords = date author id rev
Propchange:
struts/shale/trunk/core-library/src/test/org/apache/shale/view/ConcreteViewControllerTestCase.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
struts/shale/trunk/core-library/src/test/org/apache/shale/view/ConcreteViewControllerTestCase.java
------------------------------------------------------------------------------
svn:keywords = date author id rev
Propchange:
struts/shale/trunk/core-library/src/test/org/apache/shale/view/impl/DefaultViewControllerMapperTestCase.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
struts/shale/trunk/core-library/src/test/org/apache/shale/view/impl/DefaultViewControllerMapperTestCase.java
------------------------------------------------------------------------------
svn:keywords = date author id rev
Propchange: struts/shale/trunk/core-library/xdocs/navigation.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: struts/shale/trunk/core-library/xdocs/navigation.xml
------------------------------------------------------------------------------
svn:keywords = author date id
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]