Skip to content

Commit

Permalink
refactor: make client package-private
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Zollinger <jonathan.zollinger@gmail.com>
  • Loading branch information
Jonathan-Zollinger committed Jan 22, 2024
1 parent da10d3b commit dff5423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/graqr/threshr/ThreshrClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@Client(id = "redsky-api")
@Header(name = USER_AGENT, value = "Micronaut HTTP Client")
@Header(name = ACCEPT, value = "application/vnd.github.v3+json, application/json")
public interface ThreshrClient {
interface ThreshrClient {


/**
Expand Down

0 comments on commit dff5423

Please sign in to comment.