Skip to content

Commit

Permalink
fix(Response): make Response class public
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Nov 30, 2018
1 parent 940159d commit 87a9cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/hexonet/apiconnector/Response.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @version %I%, %G%
* @since 2.0
*/
class Response extends ResponseTemplate {
public class Response extends ResponseTemplate {
/**
* The API Command used within this request
*/
Expand Down

0 comments on commit 87a9cfa

Please sign in to comment.