Skip to content

Commit 69b5c1c

Browse files
committed
fix maven build
1 parent b867f08 commit 69b5c1c

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

2 files changed

+2
-1
lines changed

framework-tests/bellatrix.data.tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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>

getting-started/bellatrix.data.getting.started/src/test/java/04_create_repository/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class Artist extends HttpEntity<Artist> {
5656
Next, 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);

0 commit comments

Comments
 (0)