[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

diff for the patched AutoImpl.java



hello,

sorry for the diff, but I haven't got a tool to make a patch (windoze). If 
someone has the "patch" binary, I would be delighted to have it.

cvs diff -w AutoImpl.java (in directory E:\tmp\ozone-cvs\ozone\samples\simple\)
Index: AutoImpl.java
===================================================================
RCS file: /raid/Repository/ozone/samples/simple/AutoImpl.java,v
retrieving revision 1.8
diff -w -r1.8 AutoImpl.java
6c6,7
< public class AutoImpl extends OzoneObject implements Auto {
---
 > public class AutoImpl extends OzoneObject implements Auto
 > {
19a21,28
 >       /**
 >        *
 >        */
 >     public boolean toXML(org.xml.sax.ContentHandler ch)
 >               throws org.xml.sax.SAXException
 >       {
 >               return false;
 >       }