dgraham 2003/02/03 18:23:08 Modified: src/share/org/apache/struts/tiles/actions ViewDefinitionsAction.java ReloadDefinitionsAction.java TilesAction.java DefinitionDispatcherAction.java Log: Removed "final" from class definition to allow subclassing and updated copyright year. Revision Changes Path 1.4 +6 -6 jakarta-struts/src/share/org/apache/struts/tiles/actions/ViewDefinitionsAction.java Index: ViewDefinitionsAction.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/actions/ViewDefinitionsAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ViewDefinitionsAction.java 5 Jan 2003 01:24:48 -0000 1.3 +++ ViewDefinitionsAction.java 4 Feb 2003 02:23:08 -0000 1.4 @@ -7,7 +7,7 @@ * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 1999-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -87,7 +87,7 @@ * @version $Revision$ $Date$ */ -public final class ViewDefinitionsAction extends Action { +public class ViewDefinitionsAction extends Action { /** * Process the specified HTTP request, and create the corresponding HTTP 1.4 +6 -6 jakarta-struts/src/share/org/apache/struts/tiles/actions/ReloadDefinitionsAction.java Index: ReloadDefinitionsAction.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/actions/ReloadDefinitionsAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ReloadDefinitionsAction.java 5 Jan 2003 01:24:48 -0000 1.3 +++ ReloadDefinitionsAction.java 4 Feb 2003 02:23:08 -0000 1.4 @@ -7,7 +7,7 @@ * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 1999-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -88,7 +88,7 @@ * @version $Revision$ $Date$ */ -public final class ReloadDefinitionsAction extends Action { +public class ReloadDefinitionsAction extends Action { /** * Process the specified HTTP request, and create the corresponding HTTP 1.4 +5 -5 jakarta-struts/src/share/org/apache/struts/tiles/actions/TilesAction.java Index: TilesAction.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/actions/TilesAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- TilesAction.java 16 Nov 2002 07:20:09 -0000 1.3 +++ TilesAction.java 4 Feb 2003 02:23:08 -0000 1.4 @@ -7,7 +7,7 @@ * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 1999-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.6 +5 -5 jakarta-struts/src/share/org/apache/struts/tiles/actions/DefinitionDispatcherAction.java Index: DefinitionDispatcherAction.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/actions/DefinitionDispatcherAction.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- DefinitionDispatcherAction.java 31 Jan 2003 06:33:20 -0000 1.5 +++ DefinitionDispatcherAction.java 4 Feb 2003 02:23:08 -0000 1.6 @@ -112,7 +112,7 @@ * @version $Revision$ $Date$ */ -public final class DefinitionDispatcherAction extends Action { +public class DefinitionDispatcherAction extends Action { /** Commons Logging instance. */ protected static Log log = LogFactory.getLog(DefinitionDispatcherAction.class);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]