Hi all,

I couldn't seem to find the page on the Jakarta site that specifies how to
create a proper diff patch.

There where some small documentation errors for
org.apache.commons.lang.exception.NestableException that I stubbed my toe on
when I first tried to use it.

Eric



cvs -z9 -q diff -w -i NestableException.java (in directory
C:\java\jakarta-commons-sandbox\lang\src\java\org\apache\commons\lang\except
ion\)
Index: NestableException.java
===================================================================
RCS file:
/home/cvspublic/jakarta-commons-sandbox/lang/src/java/org/apache/commons/lan
g/exception/NestableException.java,v
retrieving revision 1.1
diff -w -i -r1.1 NestableException.java
79c79
<  *  1 import org.apache.commons.NestedException;
---
>  *  1 import org.apache.commons.lang.exception.NestableException;
94c94
<  * 16              throw new NestedException("foo", e);
---
>  * 16              throw new NestableException("foo", e);
102c102
<  * 24              throw new NestedException("bar", e);
---
>  * 24              throw new NestableException("bar", e);
116c116
<  * rethrown as NestedException: bar
---
>  * rethrown as NestableException: bar
119c119
<  * rethrown as NestedException: foo
---
>  * rethrown as NestableException: foo
126a127
>   * @author <a href="mailto:[EMAIL PROTECTED]";>Eric Pugh</a>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to