Skip to content

Commit

Permalink
Fix Lombok issue with constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
nyg committed Jan 27, 2024
1 parent f6d8884 commit e9d02be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -6,9 +6,3 @@ Execute `mvn clean package` and the JAR will be in the `target` folder. After th
using `java -cp target/classes edu/self/kraken/Examples`.

https://www.kraken.com/en-us/help/api

TODO:

* return json objects instead of string
* return objects for method calls
* SLF4J
2 changes: 0 additions & 2 deletions library/src/main/java/edu/self/nyg/kraken/api/KrakenApi.java
Expand Up @@ -8,7 +8,6 @@

import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.RequiredArgsConstructor;
import lombok.Setter;

/**
Expand All @@ -19,7 +18,6 @@
@Getter
@Setter
@NoArgsConstructor
@RequiredArgsConstructor
public class KrakenApi {

private static final String OTP = "otp";
Expand Down

0 comments on commit e9d02be

Please sign in to comment.