File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
framework-tests/bellatrix.data.tests
getting-started/bellatrix.data.getting.started/src/test/java/04_create_repository Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 77 <groupId >solutions.bellatrix</groupId >
88 <artifactId >bellatrix</artifactId >
99 <version >1.0-SNAPSHOT</version >
10+ <relativePath >../../pom.xml</relativePath >
1011 </parent >
1112
1213 <artifactId >bellatrix.data.tests</artifactId >
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public class Artist extends HttpEntity<Artist> {
5656Next, create a repository that extends ` HttpRepository ` :
5757
5858``` java
59- public class ArtistRepository extends HttpRepository<Artist > {
59+ public class ArtistRepository extends HttpRepository<¡ Artist > {
6060 public ArtistRepository () {
6161 super (Artist . class, new JsonConverter (builder - > {
6262 builder. setFieldNamingPolicy(FieldNamingPolicy . UPPER_CAMEL_CASE );
You can’t perform that action at this time.
0 commit comments