webwork/src/main/webwork/dispatcher ServletDispatcher.java,1.68,1.69

[email protected] Wed, 19 Nov 2003 07:22:34 -0800
Newsgroups gmane.comp.java.open-symphony.cvs
Message-ID <[email protected]>
Update of /cvsroot/opensymphony/webwork/src/main/webwork/dispatcher
In directory sc8-pr-cvs1:/tmp/cvs-serv18270

Modified Files:
	ServletDispatcher.java 
Log Message:
make getActionName protected


Index: ServletDispatcher.java
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/main/webwork/dispatcher/ServletDispatcher.java,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- ServletDispatcher.java	3 Nov 2003 00:43:04 -0000	1.68
+++ ServletDispatcher.java	19 Nov 2003 15:22:31 -0000	1.69
@@ -241,7 +241,7 @@
     * Determine action name by extracting last string and removing
     * extension. (/.../.../Foo.action -> Foo)
     */
-   private String getActionName(String name)
+   protected String getActionName(String name)
    {
       // Get action name ("Foo.action" -> "Foo" action)
       int beginIdx = name.lastIndexOf("/");




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/