Skip to content

Commit

Permalink
Fixed path to MemberRegistrationTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetReynolds committed Jan 8, 2015
1 parent 2889c18 commit ddb4755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/Introduction.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ Before we proceed with the tutorial and implement TicketMonster, we need to clea
** `src/main/java/org/jboss/examples/ticketmonster/model/Member.java`
** `src/main/java/org/jboss/examples/ticketmonster/rest/MemberResourceRESTService.java`
** `src/main/java/org/jboss/examples/ticketmonster/service/MemberRegistration.java`
** `src/test/java/org/jboss/examples/ticketmonster/rest/MemberRegistrationTest.java`
** `src/test/java/org/jboss/examples/ticketmonster/test/MemberRegistrationTest.java`

* Generated web content

Expand Down

0 comments on commit ddb4755

Please sign in to comment.