Skip to content

Commit 6cc131d

Browse files
committed
reformat SavepointStorage
1 parent b889e32 commit 6cc131d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

migrator/src/main/scala/com/scylladb/migrator/SavepointStorage.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import org.apache.hadoop.conf.Configuration
77
*
88
* The credentials and connector settings for the savepoints bucket are derived from
99
* `savepoints.target` (S3/GCS). Both [[SavepointsManager]] (which writes savepoints) and the
10-
* startup auto-resume resolver ([[com.scylladb.migrator.SavepointsResume]], which reads
11-
* the latest savepoint) must build an identical configuration to reach the same store, so the
12-
* logic lives here in one place.
10+
* startup auto-resume resolver ([[com.scylladb.migrator.SavepointsResume]], which reads the latest
11+
* savepoint) must build an identical configuration to reach the same store, so the logic lives
12+
* here in one place.
1313
*/
1414
private[migrator] object SavepointStorage {
1515
private val S3ASimpleCredentialsProvider =

0 commit comments

Comments
 (0)