Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte committed Mar 29, 2024
1 parent 63e21da commit 82a5de6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public ConfigurationOverviewBuilder setTrieLogRetentionLimit(final long limit) {
/**
* Sets snap server enabled/disabled
*
* @param snapServerEnabled bool to indicate if is snap server is enabled
* @param snapServerEnabled bool to indicate if snap server is enabled
* @return the builder
*/
public ConfigurationOverviewBuilder setSnapServerEnabled(final boolean snapServerEnabled) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public boolean isSnapsyncFlatDbHealingEnabled() {
/**
* Flag to know whether the Snap sync server feature is enabled or disabled.
*
* @return true is snap sync server is enabled
* @return true if snap sync server is enabled
*/
public boolean isSnapsyncServerEnabled() {
return snapsyncServerEnabled;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public void primeRootToBlockHashCache(final Blockchain blockchain, final int num

/**
* Returns the worldstate for the supplied root hash. If the worldstate is not already in cache,
* this method will attempt to fetch it and add it to the cahce. synchronized to prevent
* this method will attempt to fetch it and add it to the cache. synchronized to prevent
* concurrent loads/adds to the cache of the same root hash.
*
* @param rootHash rootHash to supply worldstate storage for
Expand Down

0 comments on commit 82a5de6

Please sign in to comment.