You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Eric Pugh <ep...@upstate.com> on 2002/06/05 20:56:08 UTC

[PATCH] Small Documentation Error in NestableException

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:epugh@upstate.com">Eric Pugh</a>


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


RE: [PATCH] Small Documentation Error in NestableException

Posted by Eric Pugh <ep...@upstate.com>.
Hi all,

I hadn't seen this get submitted into CVS, so I thought I would resend it...

Eric

-----Original Message-----
From: Eric Pugh [mailto:epugh@upstate.com]
Sent: Wednesday, June 05, 2002 2:56 PM
To: 'Jakarta Commons Developers List'
Subject: [PATCH] Small Documentation Error in NestableException


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:epugh@upstate.com">Eric Pugh</a>


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


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