Skip to content

Commit d27dc59

Browse files
committed
Add release information to deprecated comment
1 parent 369d4ab commit d27dc59

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

data-loader/cli/src/main/java/com/scalar/db/dataloader/cli/command/dataimport/ImportCommandOptions.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,15 @@ public class ImportCommandOptions {
7373
description = "Path to the JSON control file for data mapping")
7474
protected String controlFilePath;
7575

76-
// Deprecated option - kept for backward compatibility
76+
/**
77+
* @deprecated As of release 3.6.2. Will be removed in release 4.0.0. Use --enable-log-success
78+
* instead
79+
*/
80+
@Deprecated
7781
@CommandLine.Option(
7882
names = {"--log-success"},
7983
description = "Deprecated: Use --enable-log-success",
8084
hidden = true)
81-
@Deprecated
8285
protected boolean logSuccessRecordsDeprecated;
8386

8487
@CommandLine.Option(

0 commit comments

Comments
 (0)