Author: wsmoak Date: Wed Jul 12 20:47:01 2006 New Revision: 421491 URL: http://svn.apache.org/viewvc?rev=421491&view=rev Log: STR-2900 Fix Checkstyle errors in struts-exercise-taglib. Submitted by: Frank Zammetti
Modified: struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/Coord.java struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/DynaSetAction.java struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/HtmlSettersAction.java struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/TestBean.java Modified: struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/Coord.java URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/Coord.java?rev=421491&r1=421490&r2=421491&view=diff ============================================================================== --- struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/Coord.java (original) +++ struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/Coord.java Wed Jul 12 20:47:01 2006 @@ -1,14 +1,14 @@ /* - * $Id$ + * $Id$ * * Copyright 1999-2004 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. Modified: struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/DynaSetAction.java URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/DynaSetAction.java?rev=421491&r1=421490&r2=421491&view=diff ============================================================================== --- struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/DynaSetAction.java (original) +++ struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/DynaSetAction.java Wed Jul 12 20:47:01 2006 @@ -1,14 +1,14 @@ /* - * $Id$ + * $Id$ * * Copyright 1999-2004 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. Modified: struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/HtmlSettersAction.java URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/HtmlSettersAction.java?rev=421491&r1=421490&r2=421491&view=diff ============================================================================== --- struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/HtmlSettersAction.java (original) +++ struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/HtmlSettersAction.java Wed Jul 12 20:47:01 2006 @@ -1,14 +1,14 @@ /* - * $Id$ + * $Id$ * * Copyright 1999-2004 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. Modified: struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/TestBean.java URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/TestBean.java?rev=421491&r1=421490&r2=421491&view=diff ============================================================================== --- struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/TestBean.java (original) +++ struts/struts1/trunk/apps/strutsel-exercise-taglib/src/main/java/org/apache/struts/webapp/el/exercise/TestBean.java Wed Jul 12 20:47:01 2006 @@ -1,14 +1,14 @@ /* - * $Id$ + * $Id$ * * Copyright 1999-2004 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.