Skip to content

Commit

Permalink
checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutatzhanghb committed Mar 7, 2025
1 parent 82b67db commit 2ee6269
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1991,7 +1991,8 @@ private static boolean isReadCall(Method method) {
* Checks and sets last refresh time for a namespace's stateId.
* Returns true if refresh time is newer than threshold.
* Otherwise, return false and call should be handled by active namenode.
* @param nsId namespaceID
* @param nsId namespaceID.
* @return true if refresh time is newer than threshold. Otherwise, return false.
*/
@VisibleForTesting
public boolean isNamespaceStateIdFresh(String nsId) {
Expand Down

0 comments on commit 2ee6269

Please sign in to comment.