Skip to content

Commit

Permalink
remove locks
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries committed Jul 2, 2024
1 parent 061d04e commit cec7974
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 145 deletions.
55 changes: 0 additions & 55 deletions src/integration/java/org/arkecosystem/client/api/LocksTest.java

This file was deleted.

2 changes: 0 additions & 2 deletions src/main/java/org/arkecosystem/client/api/Api.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public class Api {
public final Blocks blocks;
public final Delegates delegates;
public final Entities entities;
public final Locks locks;
public final Node node;
public final Peers peers;
public final Rounds rounds;
Expand All @@ -21,7 +20,6 @@ public Api(Client client) {
this.blocks = new Blocks(client);
this.delegates = new Delegates(client);
this.entities = new Entities(client);
this.locks = new Locks(client);
this.node = new Node(client);
this.peers = new Peers(client);
this.rounds = new Rounds(client);
Expand Down
38 changes: 0 additions & 38 deletions src/main/java/org/arkecosystem/client/api/Locks.java

This file was deleted.

50 changes: 0 additions & 50 deletions src/test/java/org/arkecosystem/client/api/LocksTest.java

This file was deleted.

0 comments on commit cec7974

Please sign in to comment.