You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/07/13 10:35:09 UTC

svn commit: r676278 [1/2] - in /myfaces/core/trunk/api/src: main/java/javax/faces/ main/java/javax/faces/application/ main/java/javax/faces/component/ main/java/javax/faces/component/html/ main/java/javax/faces/context/ main/java/javax/faces/convert/ m...

Author: skitching
Date: Sun Jul 13 01:35:04 2008
New Revision: 676278

URL: http://svn.apache.org/viewvc?rev=676278&view=rev
Log:
Minor adjustment to license headers to make them match other projects.

Modified:
    myfaces/core/trunk/api/src/main/java/javax/faces/FacesException.java
    myfaces/core/trunk/api/src/main/java/javax/faces/FactoryFinder.java
    myfaces/core/trunk/api/src/main/java/javax/faces/application/Application.java
    myfaces/core/trunk/api/src/main/java/javax/faces/application/ApplicationFactory.java
    myfaces/core/trunk/api/src/main/java/javax/faces/application/FacesMessage.java
    myfaces/core/trunk/api/src/main/java/javax/faces/application/NavigationHandler.java
    myfaces/core/trunk/api/src/main/java/javax/faces/application/StateManager.java
    myfaces/core/trunk/api/src/main/java/javax/faces/application/ViewHandler.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/ActionSource.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/EditableValueHolder.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/NamingContainer.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/StateHolder.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIColumn.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UICommand.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIComponent.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIComponentBase.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIData.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIForm.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIGraphic.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIMessage.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIMessages.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UINamingContainer.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIOutput.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIPanel.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIParameter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectBoolean.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectItem.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectItems.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectMany.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectOne.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewRoot.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/ValueHolder.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/_AttachedListStateWrapper.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/_AttachedStateWrapper.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentChildrenList.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentFacetMap.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentUtils.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/_FacetsAndChildrenIterator.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/_MessageUtils.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/_PrimitiveArrayIterator.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/_SelectItemsIterator.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/_SelectItemsUtil.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/_SharedRendererUtils.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/HtmlInputHidden.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_AccesskeyProperty.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_AltProperty.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Change_SelectProperties.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_ComponentUtils.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_DisabledClass_EnabledClassProperties.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Disabled_ReadonlyProperties.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_EscapeProperty.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_EventProperties.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Focus_BlurProperties.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlCommandButton.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlCommandLink.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlDataTable.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlForm.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputSecret.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputText.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputTextarea.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlMessage.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlMessages.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputFormat.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputLabel.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputLink.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputText.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGrid.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGroup.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectBooleanCheckbox.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyCheckbox.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyListbox.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyMenu.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneListbox.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneMenu.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneRadio.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_LinkProperties.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_MessageProperties.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_StyleProperties.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_TabindexProperty.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_TitleProperty.java
    myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_UniversalProperties.java
    myfaces/core/trunk/api/src/main/java/javax/faces/context/ExternalContext.java
    myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java
    myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContextFactory.java
    myfaces/core/trunk/api/src/main/java/javax/faces/context/ResponseStream.java
    myfaces/core/trunk/api/src/main/java/javax/faces/context/ResponseWriter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/BigDecimalConverter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/BigIntegerConverter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/BooleanConverter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/ByteConverter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/CharacterConverter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/Converter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/ConverterException.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/DateTimeConverter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/DoubleConverter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/FloatConverter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/IntegerConverter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/LongConverter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/NumberConverter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/ShortConverter.java
    myfaces/core/trunk/api/src/main/java/javax/faces/convert/_MessageUtils.java
    myfaces/core/trunk/api/src/main/java/javax/faces/el/EvaluationException.java
    myfaces/core/trunk/api/src/main/java/javax/faces/el/MethodBinding.java
    myfaces/core/trunk/api/src/main/java/javax/faces/el/MethodNotFoundException.java
    myfaces/core/trunk/api/src/main/java/javax/faces/el/PropertyNotFoundException.java
    myfaces/core/trunk/api/src/main/java/javax/faces/el/PropertyResolver.java
    myfaces/core/trunk/api/src/main/java/javax/faces/el/ReferenceSyntaxException.java
    myfaces/core/trunk/api/src/main/java/javax/faces/el/ValueBinding.java
    myfaces/core/trunk/api/src/main/java/javax/faces/el/VariableResolver.java
    myfaces/core/trunk/api/src/main/java/javax/faces/event/AbortProcessingException.java
    myfaces/core/trunk/api/src/main/java/javax/faces/event/ActionEvent.java
    myfaces/core/trunk/api/src/main/java/javax/faces/event/ActionListener.java
    myfaces/core/trunk/api/src/main/java/javax/faces/event/FacesEvent.java
    myfaces/core/trunk/api/src/main/java/javax/faces/event/FacesListener.java
    myfaces/core/trunk/api/src/main/java/javax/faces/event/PhaseEvent.java
    myfaces/core/trunk/api/src/main/java/javax/faces/event/PhaseId.java
    myfaces/core/trunk/api/src/main/java/javax/faces/event/PhaseListener.java
    myfaces/core/trunk/api/src/main/java/javax/faces/event/ValueChangeEvent.java
    myfaces/core/trunk/api/src/main/java/javax/faces/event/ValueChangeListener.java
    myfaces/core/trunk/api/src/main/java/javax/faces/lifecycle/Lifecycle.java
    myfaces/core/trunk/api/src/main/java/javax/faces/lifecycle/LifecycleFactory.java
    myfaces/core/trunk/api/src/main/java/javax/faces/model/ArrayDataModel.java
    myfaces/core/trunk/api/src/main/java/javax/faces/model/DataModel.java
    myfaces/core/trunk/api/src/main/java/javax/faces/model/DataModelEvent.java
    myfaces/core/trunk/api/src/main/java/javax/faces/model/DataModelListener.java
    myfaces/core/trunk/api/src/main/java/javax/faces/model/ListDataModel.java
    myfaces/core/trunk/api/src/main/java/javax/faces/model/ResultDataModel.java
    myfaces/core/trunk/api/src/main/java/javax/faces/model/ResultSetDataModel.java
    myfaces/core/trunk/api/src/main/java/javax/faces/model/ScalarDataModel.java
    myfaces/core/trunk/api/src/main/java/javax/faces/model/SelectItem.java
    myfaces/core/trunk/api/src/main/java/javax/faces/model/SelectItemGroup.java
    myfaces/core/trunk/api/src/main/java/javax/faces/render/RenderKit.java
    myfaces/core/trunk/api/src/main/java/javax/faces/render/RenderKitFactory.java
    myfaces/core/trunk/api/src/main/java/javax/faces/render/Renderer.java
    myfaces/core/trunk/api/src/main/java/javax/faces/render/ResponseStateManager.java
    myfaces/core/trunk/api/src/main/java/javax/faces/validator/DoubleRangeValidator.java
    myfaces/core/trunk/api/src/main/java/javax/faces/validator/LengthValidator.java
    myfaces/core/trunk/api/src/main/java/javax/faces/validator/LongRangeValidator.java
    myfaces/core/trunk/api/src/main/java/javax/faces/validator/Validator.java
    myfaces/core/trunk/api/src/main/java/javax/faces/validator/ValidatorException.java
    myfaces/core/trunk/api/src/main/java/javax/faces/validator/_MessageUtils.java
    myfaces/core/trunk/api/src/main/java/javax/faces/webapp/AttributeTag.java
    myfaces/core/trunk/api/src/main/java/javax/faces/webapp/ConverterTag.java
    myfaces/core/trunk/api/src/main/java/javax/faces/webapp/FacesServlet.java
    myfaces/core/trunk/api/src/main/java/javax/faces/webapp/FacetTag.java
    myfaces/core/trunk/api/src/main/java/javax/faces/webapp/UIComponentBodyTag.java
    myfaces/core/trunk/api/src/main/java/javax/faces/webapp/UIComponentTag.java
    myfaces/core/trunk/api/src/main/java/javax/faces/webapp/ValidatorTag.java
    myfaces/core/trunk/api/src/main/java/javax/faces/webapp/_PageContextOutWriter.java
    myfaces/core/trunk/api/src/test/java/javax/faces/FacesExceptionTest.java
    myfaces/core/trunk/api/src/test/java/javax/faces/FactoryFinderTest.java
    myfaces/core/trunk/api/src/test/java/javax/faces/application/FacesMessageTest.java
    myfaces/core/trunk/api/src/test/java/javax/faces/application/StateManagerTest.java
    myfaces/core/trunk/api/src/test/java/javax/faces/component/UIComponentBaseTest.java
    myfaces/core/trunk/api/src/test/java/javax/faces/component/UIComponentMock.java
    myfaces/core/trunk/api/src/test/java/javax/faces/component/UISelectManyTest.java
    myfaces/core/trunk/api/src/test/java/javax/faces/component/_AttachedListStateWrapperTest.java
    myfaces/core/trunk/api/src/test/java/javax/faces/component/_AttachedStateWrapperTest.java
    myfaces/core/trunk/api/src/test/java/javax/faces/component/_MessageUtilsTest.java
    myfaces/core/trunk/api/src/test/java/javax/faces/convert/DateTimeConverterTest.java
    myfaces/core/trunk/api/src/test/java/org/apache/myfaces/mock/api/Mock2ApplicationFactory.java
    myfaces/core/trunk/api/src/test/java/org/apache/myfaces/mock/api/MockApplicationFactory.java

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/FacesException.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/FacesException.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/FacesException.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/FacesException.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces;
 
 /**

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/FactoryFinder.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/FactoryFinder.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/FactoryFinder.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/FactoryFinder.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces;
 
 

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/application/Application.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/application/Application.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/application/Application.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/application/Application.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.application;
 
 import javax.faces.FacesException;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/application/ApplicationFactory.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/application/ApplicationFactory.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/application/ApplicationFactory.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/application/ApplicationFactory.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.application;
 
 /**

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/application/FacesMessage.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/application/FacesMessage.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/application/FacesMessage.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/application/FacesMessage.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.application;
 
 import java.io.Serializable;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/application/NavigationHandler.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/application/NavigationHandler.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/application/NavigationHandler.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/application/NavigationHandler.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.application;
 
 import javax.faces.context.FacesContext;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/application/StateManager.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/application/StateManager.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/application/StateManager.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/application/StateManager.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.application;
 
 

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/application/ViewHandler.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/application/ViewHandler.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/application/ViewHandler.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/application/ViewHandler.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.application;
 
 import javax.faces.FacesException;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/ActionSource.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/ActionSource.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/ActionSource.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/ActionSource.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 /**

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/EditableValueHolder.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/EditableValueHolder.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/EditableValueHolder.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/EditableValueHolder.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.el.MethodBinding;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/NamingContainer.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/NamingContainer.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/NamingContainer.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/NamingContainer.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 /**

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/StateHolder.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/StateHolder.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/StateHolder.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/StateHolder.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 /**

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIColumn.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIColumn.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIColumn.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIColumn.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 /**

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UICommand.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UICommand.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UICommand.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UICommand.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.context.FacesContext;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIComponent.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIComponent.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIComponent.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIComponent.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.event.AbortProcessingException;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIComponentBase.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIComponentBase.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIComponentBase.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIComponentBase.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.io.IOException;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIData.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIData.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIData.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIData.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.io.IOException;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIForm.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIForm.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIForm.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIForm.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.util.Iterator;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIGraphic.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIGraphic.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIGraphic.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIGraphic.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.context.FacesContext;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIInput.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.application.FacesMessage;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIMessage.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIMessage.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIMessage.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIMessage.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.context.FacesContext;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIMessages.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIMessages.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIMessages.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIMessages.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.context.FacesContext;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UINamingContainer.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UINamingContainer.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UINamingContainer.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UINamingContainer.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIOutput.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIOutput.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIOutput.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIOutput.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.context.FacesContext;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIPanel.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIPanel.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIPanel.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIPanel.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIParameter.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIParameter.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIParameter.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIParameter.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.context.FacesContext;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectBoolean.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectBoolean.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectBoolean.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectBoolean.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.el.ValueBinding;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectItem.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectItem.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectItem.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectItem.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.context.FacesContext;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectItems.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectItems.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectItems.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectItems.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.context.FacesContext;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectMany.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectMany.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectMany.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectMany.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.lang.reflect.Array;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectOne.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectOne.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectOne.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UISelectOne.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.context.FacesContext;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewRoot.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewRoot.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewRoot.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewRoot.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.util.ArrayList;
@@ -332,7 +332,6 @@
     /**
      * DO NOT USE.
      * <p>
-
      * Although this class extends a base-class that defines a read/write
      * id property, it makes no sense for this particular subclass to support
      * it. The tag library does not export this property for use, but there 

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/ValueHolder.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/ValueHolder.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/ValueHolder.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/ValueHolder.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.convert.Converter;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/_AttachedListStateWrapper.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/_AttachedListStateWrapper.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/_AttachedListStateWrapper.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/_AttachedListStateWrapper.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.io.Serializable;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/_AttachedStateWrapper.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/_AttachedStateWrapper.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/_AttachedStateWrapper.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/_AttachedStateWrapper.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.io.Serializable;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.beans.BeanInfo;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentChildrenList.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentChildrenList.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentChildrenList.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentChildrenList.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.io.Serializable;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentFacetMap.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentFacetMap.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentFacetMap.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentFacetMap.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.io.Serializable;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentUtils.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentUtils.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentUtils.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/_ComponentUtils.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.application.FacesMessage;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/_FacetsAndChildrenIterator.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/_FacetsAndChildrenIterator.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/_FacetsAndChildrenIterator.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/_FacetsAndChildrenIterator.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.util.Iterator;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/_MessageUtils.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/_MessageUtils.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/_MessageUtils.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/_MessageUtils.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.application.FacesMessage;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/_PrimitiveArrayIterator.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/_PrimitiveArrayIterator.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/_PrimitiveArrayIterator.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/_PrimitiveArrayIterator.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.lang.reflect.Array;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/_SelectItemsIterator.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/_SelectItemsIterator.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/_SelectItemsIterator.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/_SelectItemsIterator.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.util.*;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/_SelectItemsUtil.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/_SelectItemsUtil.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/_SelectItemsUtil.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/_SelectItemsUtil.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import java.util.Arrays;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/_SharedRendererUtils.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/_SharedRendererUtils.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/_SharedRendererUtils.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/_SharedRendererUtils.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component;
 
 import javax.faces.FacesException;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/HtmlInputHidden.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/HtmlInputHidden.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/HtmlInputHidden.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/HtmlInputHidden.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIInput;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_AccesskeyProperty.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_AccesskeyProperty.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_AccesskeyProperty.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_AccesskeyProperty.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _AccesskeyProperty

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_AltProperty.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_AltProperty.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_AltProperty.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_AltProperty.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _AltProperty

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Change_SelectProperties.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Change_SelectProperties.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Change_SelectProperties.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Change_SelectProperties.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _Change_SelectProperties

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_ComponentUtils.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_ComponentUtils.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_ComponentUtils.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_ComponentUtils.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.context.FacesContext;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_DisabledClass_EnabledClassProperties.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_DisabledClass_EnabledClassProperties.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_DisabledClass_EnabledClassProperties.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_DisabledClass_EnabledClassProperties.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _DisabledClass_EnabledClassProperties

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Disabled_ReadonlyProperties.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Disabled_ReadonlyProperties.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Disabled_ReadonlyProperties.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Disabled_ReadonlyProperties.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _Disabled_ReadonlyProperties

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_EscapeProperty.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_EscapeProperty.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_EscapeProperty.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_EscapeProperty.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _EscapeProperty

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_EventProperties.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_EventProperties.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_EventProperties.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_EventProperties.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _EventProperties

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Focus_BlurProperties.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Focus_BlurProperties.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Focus_BlurProperties.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_Focus_BlurProperties.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _Focus_BlurProperties

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlCommandButton.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlCommandButton.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlCommandButton.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlCommandButton.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UICommand;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlCommandLink.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlCommandLink.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlCommandLink.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlCommandLink.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UICommand;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlDataTable.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlDataTable.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlDataTable.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlDataTable.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import java.io.IOException;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlForm.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlForm.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlForm.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlForm.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIForm;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIGraphic;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputSecret.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputSecret.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputSecret.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputSecret.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIInput;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputText.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputText.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputText.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputText.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIInput;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputTextarea.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputTextarea.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputTextarea.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlInputTextarea.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIInput;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlMessage.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlMessage.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlMessage.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlMessage.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIMessage;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlMessages.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlMessages.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlMessages.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlMessages.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIMessages;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputFormat.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputFormat.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputFormat.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputFormat.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIOutput;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputLabel.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputLabel.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputLabel.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputLabel.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIOutput;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputLink.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputLink.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputLink.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputLink.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIOutput;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputText.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputText.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputText.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlOutputText.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIOutput;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGrid.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGrid.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGrid.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGrid.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIPanel;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGroup.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGroup.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGroup.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlPanelGroup.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UIPanel;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectBooleanCheckbox.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectBooleanCheckbox.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectBooleanCheckbox.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectBooleanCheckbox.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UISelectBoolean;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyCheckbox.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyCheckbox.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyCheckbox.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyCheckbox.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UISelectMany;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyListbox.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyListbox.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyListbox.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyListbox.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UISelectMany;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyMenu.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyMenu.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyMenu.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectManyMenu.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UISelectMany;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneListbox.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneListbox.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneListbox.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneListbox.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UISelectOne;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneMenu.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneMenu.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneMenu.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneMenu.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UISelectOne;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneRadio.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneRadio.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneRadio.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_HtmlSelectOneRadio.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 import javax.faces.component.UISelectOne;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_LinkProperties.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_LinkProperties.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_LinkProperties.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_LinkProperties.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _LinkProperties

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_MessageProperties.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_MessageProperties.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_MessageProperties.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_MessageProperties.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _MessageProperties

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_StyleProperties.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_StyleProperties.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_StyleProperties.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_StyleProperties.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _StyleProperties

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_TabindexProperty.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_TabindexProperty.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_TabindexProperty.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_TabindexProperty.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _TabindexProperty

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_TitleProperty.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_TitleProperty.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_TitleProperty.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_TitleProperty.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _TitleProperty

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_UniversalProperties.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_UniversalProperties.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_UniversalProperties.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/html/_UniversalProperties.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.component.html;
 
 interface _UniversalProperties

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/context/ExternalContext.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/context/ExternalContext.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/context/ExternalContext.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/context/ExternalContext.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.context;
 
 import java.util.Iterator;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.context;
 
 import javax.faces.application.FacesMessage;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContextFactory.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContextFactory.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContextFactory.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContextFactory.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.context;
 
 import javax.faces.FacesException;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/context/ResponseStream.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/context/ResponseStream.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/context/ResponseStream.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/context/ResponseStream.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.context;
 
 import java.io.OutputStream;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/context/ResponseWriter.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/context/ResponseWriter.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/context/ResponseWriter.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/context/ResponseWriter.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.context;
 
 import javax.faces.component.UIComponent;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/convert/BigDecimalConverter.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/convert/BigDecimalConverter.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/convert/BigDecimalConverter.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/convert/BigDecimalConverter.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.convert;
 
 import javax.faces.component.UIComponent;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/convert/BigIntegerConverter.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/convert/BigIntegerConverter.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/convert/BigIntegerConverter.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/convert/BigIntegerConverter.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.convert;
 
 import javax.faces.component.UIComponent;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/convert/BooleanConverter.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/convert/BooleanConverter.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/convert/BooleanConverter.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/convert/BooleanConverter.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.convert;
 
 import javax.faces.component.UIComponent;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/convert/ByteConverter.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/convert/ByteConverter.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/convert/ByteConverter.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/convert/ByteConverter.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.convert;
 
 import javax.faces.component.UIComponent;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/convert/CharacterConverter.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/convert/CharacterConverter.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/convert/CharacterConverter.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/convert/CharacterConverter.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.convert;
 
 import javax.faces.component.UIComponent;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/convert/Converter.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/convert/Converter.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/convert/Converter.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/convert/Converter.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.convert;
 
 import javax.faces.component.UIComponent;

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/convert/ConverterException.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/convert/ConverterException.java?rev=676278&r1=676277&r2=676278&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/convert/ConverterException.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/convert/ConverterException.java Sun Jul 13 01:35:04 2008
@@ -15,7 +15,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
-*/
+ */
 package javax.faces.convert;
 
 import javax.faces.FacesException;