Skip to content

Commit

Permalink
Add missing javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <[email protected]>
  • Loading branch information
Sachin Kale committed Jul 3, 2023
1 parent c01d4ed commit c4999b1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ private static void validateRequiredParameters(FileLockInfo fileLockInfo) {
}
}

/**
* Class with utility methods related to LockInfo
* @opensearch.internal
*/
public static class LockFileUtils {
public static String generateLockName(String fileToLock, String acquirerId) {
return String.join(RemoteStoreLockManagerUtils.SEPARATOR, fileToLock, acquirerId)
Expand Down

0 comments on commit c4999b1

Please sign in to comment.