Skip to content

Commit

Permalink
[ISSUE alibaba#9210] Fix codestyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixystone committed Sep 26, 2022
1 parent 15ad7c5 commit 928cf44
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -144,16 +144,19 @@ public interface Client {

/**
* Recalculate client revision and get its value.
* @return recalculated revision value
*/
long recalculateRevision();

/**
* Get client revision.
* @return current revision without recalculation
*/
long getRevision();

/**
* Set client revision.
* @param revision revision of this client to update
*/
void setRevision(long revision);

Expand Down

0 comments on commit 928cf44

Please sign in to comment.