You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2004/03/23 07:27:06 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/config ActionConfigMatcher.java

martinc     2004/03/22 22:27:06

  Modified:    src/share/org/apache/struts/config ActionConfigMatcher.java
  Log:
  Make ActionConfigMatcher$Mapping serializable.
  
  PR: 27376
  Submitted by: Fabio Grassi
  
  Revision  Changes    Path
  1.10      +4 -4      jakarta-struts/src/share/org/apache/struts/config/ActionConfigMatcher.java
  
  Index: ActionConfigMatcher.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/config/ActionConfigMatcher.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ActionConfigMatcher.java	14 Mar 2004 06:23:47 -0000	1.9
  +++ ActionConfigMatcher.java	23 Mar 2004 06:27:06 -0000	1.10
  @@ -211,7 +211,7 @@
       /**
        *  Stores a compiled wildcard pattern and the ActionConfig it came from.
        */
  -    private class Mapping {
  +    private class Mapping implements Serializable {
   
           /**  The compiled pattern. */
           private int[] pattern;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org