Skip to content

Commit

Permalink
Update FeatureFlags apiNotes
Browse files Browse the repository at this point in the history
While adding a flag I noticed a typo and missing apiNote
  • Loading branch information
qqmyers authored Oct 31, 2024
1 parent f0cc9c8 commit e7eace3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,16 @@ public enum FeatureFlags {
* for the dataset.
*
* @apiNote Raise flag by setting
* "dataverse.feature.enable-dataset-thumbnail-autoselect"
* "dataverse.feature.disable-dataset-thumbnail-autoselect"
* @since Dataverse 6.4
*/
DISABLE_DATASET_THUMBNAIL_AUTOSELECT("disable-dataset-thumbnail-autoselect"),
/**
* Feature flag for the new Globus upload framework.
*
* @apiNote Raise flag by setting
* "dataverse.feature.globus-use-experimental-async-framework"
* @since Dataverse 6.4
*/
GLOBUS_USE_EXPERIMENTAL_ASYNC_FRAMEWORK("globus-use-experimental-async-framework"),
;
Expand Down

0 comments on commit e7eace3

Please sign in to comment.