Skip to content

Commit

Permalink
Add missing javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <kalsac@amazon.com>
  • Loading branch information
Sachin Kale committed Jun 30, 2023
1 parent 82fcefd commit 6dd3fe0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

import java.util.Arrays;

/**
* Utils for remote store
*/
public class RemoteStoreUtils {
public static final int LONG_MAX_LENGTH = String.valueOf(Long.MAX_VALUE).length();

Expand Down

0 comments on commit 6dd3fe0

Please sign in to comment.