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 [EMAIL PROTECTED]: > 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); > >
