You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by hi...@apache.org on 2002/04/11 16:47:28 UTC

cvs commit: xml-batik/sources/org/apache/batik/svggen SVGIDGenerator.java

hillion     02/04/11 07:47:28

  Modified:    sources/org/apache/batik/svggen SVGIDGenerator.java
  Log:
  Fixed bug #7935
  
  Revision  Changes    Path
  1.4       +2 -2      xml-batik/sources/org/apache/batik/svggen/SVGIDGenerator.java
  
  Index: SVGIDGenerator.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/svggen/SVGIDGenerator.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SVGIDGenerator.java	26 Apr 2001 14:17:25 -0000	1.3
  +++ SVGIDGenerator.java	11 Apr 2002 14:47:28 -0000	1.4
  @@ -16,12 +16,12 @@
    *
    * @author <a href="mailto:cjolif@ilog.fr">Christophe Jolif</a>
    * @author <a href="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a>
  - * @version $Id: SVGIDGenerator.java,v 1.3 2001/04/26 14:17:25 cjolif Exp $
  + * @version $Id: SVGIDGenerator.java,v 1.4 2002/04/11 14:47:28 hillion Exp $
    */
   public class SVGIDGenerator {
       private Map prefixMap = new HashMap();
   
  -    public void SVGIDGenerator() {
  +    public SVGIDGenerator() {
       }
   
       /**
  
  
  

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