Skip to content

Commit

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

* Update pom.xml
  • Loading branch information
Svisstack authored Apr 15, 2021
1 parent 85b4a96 commit 0fb147e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-api/java-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.coinapi.rest</groupId>
<artifactId>v1</artifactId>
<version>1.13</version>
<version>1.14</version>

<organization>
<name>COINAPI LTD</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* <p>
* @see <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/language/enums.html">Enum documentation</a>
*/
enum Period_identifier {
public enum Period_identifier {

_1SEC,
_2SEC,
Expand Down

0 comments on commit 0fb147e

Please sign in to comment.