Skip to content

Commit

Permalink
Update Book.java (#74)
Browse files Browse the repository at this point in the history
* Update Book.java

bugfix is_snapshot field parsing

* Update pom.xml
  • Loading branch information
Svisstack authored Sep 14, 2020
1 parent 930bbb6 commit 783f3fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data-api/java-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

<groupId>io.coinapi.websocket</groupId>
<artifactId>v1</artifactId>
<version>1.1</version>
<version>1.2</version>

<organization>
<name>MARMOT SOLUTIONS LTD</name>
<name>COINAPI LTD</name>
<url>https://www.CoinAPI.io</url>
</organization>

Expand Down Expand Up @@ -212,4 +212,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public Boolean getSnapshot() {
return isSnapshot;
}

@JsonAttribute(name = "is_snapshot")
public void setSnapshot(Boolean snapshot) {
isSnapshot = snapshot;
}
Expand Down

0 comments on commit 783f3fd

Please sign in to comment.