You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Glen Mazza <gl...@verizon.net> on 2007/09/20 03:48:38 UTC

Re: svn commit: r576868 - /incubator/cxf/branches/jliu/systests/src/test/java/org/apache/cxf/systest/jaxrs/BookStore.java

I think you had this in *two* places, also in a testing source file,
correct?

Glen

Am Dienstag, den 18.09.2007, 12:40 +0000 schrieb jliu@apache.org:
> Author: jliu
> Date: Tue Sep 18 05:40:13 2007
> New Revision: 576868
> 
> URL: http://svn.apache.org/viewvc?rev=576868&view=rev
> Log:
> Forgot to fix the typo that was pointed out by Glen.
> 
> Modified:
>     incubator/cxf/branches/jliu/systests/src/test/java/org/apache/cxf/systest/jaxrs/BookStore.java
> 
> Modified: incubator/cxf/branches/jliu/systests/src/test/java/org/apache/cxf/systest/jaxrs/BookStore.java
> URL: http://svn.apache.org/viewvc/incubator/cxf/branches/jliu/systests/src/test/java/org/apache/cxf/systest/jaxrs/BookStore.java?rev=576868&r1=576867&r2=576868&view=diff
> ==============================================================================
> --- incubator/cxf/branches/jliu/systests/src/test/java/org/apache/cxf/systest/jaxrs/BookStore.java (original)
> +++ incubator/cxf/branches/jliu/systests/src/test/java/org/apache/cxf/systest/jaxrs/BookStore.java Tue Sep 18 05:40:13 2007
> @@ -51,7 +51,7 @@
>          
>          CD cd = new CD();
>          cd.setId(cdId);
> -        cd.setName("BOHEMIAN RHAYSODY");
> +        cd.setName("BOHEMIAN RHAPSODY");
>          cds.add(cd);
>          CD cd1 = new CD();
>          cd1.setId(++cdId);
> 
>