Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
yqu63 committed Jan 30, 2025
1 parent 3b57a7a commit 82a289a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void remove(QueueEvent event) throws KeeperException, InterruptedExceptio
}
}

/** Return event based on ZK path within queue **/
/** Return event based on ZK path within queue * */
public QueueEvent get(String path) throws KeeperException, InterruptedException {
try {
byte[] data = zookeeper.getData(path, null, null, true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public class OverseerCancelMessageHandler implements OverseerMessageHandler, Sol

public static final String CANCEL_PREFIX = "cancel";


private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());

private final Overseer overseer;
Expand Down

0 comments on commit 82a289a

Please sign in to comment.