Skip to content

Commit f5f2073

Browse files
Add new file header comment
1 parent c4f935d commit f5f2073

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/src/main/java/org/elasticsearch/snapshots/SnapshotsServiceUtils.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
import static org.elasticsearch.snapshots.SnapshotsService.SHARD_GEN_IN_REPO_DATA_VERSION;
8080
import static org.elasticsearch.snapshots.SnapshotsService.UUIDS_IN_REPO_DATA_VERSION;
8181

82+
/**
83+
* A utility class for static snapshotting methods.
84+
*/
8285
public class SnapshotsServiceUtils {
8386
private static final Logger logger = LogManager.getLogger(SnapshotsServiceUtils.class);
8487

0 commit comments

Comments
 (0)