You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/04/06 10:36:59 UTC

cvs commit: jakarta-avalon/src/xdocs/framework separation-of-interface-and-implementation.xml

hammant     02/04/06 00:36:59

  Modified:    src/xdocs/framework
                        separation-of-interface-and-implementation.xml
  Log:
  spelling mistake
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-avalon/src/xdocs/framework/separation-of-interface-and-implementation.xml
  
  Index: separation-of-interface-and-implementation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/xdocs/framework/separation-of-interface-and-implementation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- separation-of-interface-and-implementation.xml	2 Apr 2002 11:20:19 -0000	1.2
  +++ separation-of-interface-and-implementation.xml	6 Apr 2002 08:36:59 -0000	1.3
  @@ -147,8 +147,8 @@
             SAX, mentioned in multiple contexts in this document, is also an example of
             where the design can go wrong.  The Factory is static (that in itself is an
             anti-pattern to IoC).  Despite giving the appearance of having the ability
  -          to generate a parsr based on the impl's class name, only the first caller
  -          of that method will regsiter a parser for the whole environment to use.
  +          to generate a parser based on the implementation's class name, only the first 
  +          caller of that method will regsiter a parser for the whole environment to use.
           </p>
           <p>
             Given that the SAX API is now in the JDK, the environment we allude to above
  @@ -162,7 +162,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.2 $ $Date: 2002/04/02 11:20:19 $
  +      $Revision: 1.3 $ $Date: 2002/04/06 08:36:59 $
       </legal>
     </footer>
   </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>