Skip to content

Commit

Permalink
Mark YesNoCancelListSelectionDialog for removal
Browse files Browse the repository at this point in the history
Deprecated since a longer period, marking it for removal
  • Loading branch information
vogella committed Dec 15, 2023
1 parent 827a29e commit d93018f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* to subclass the regular ListSelectionDialog, which uses
* OK/Cancel, and provide a separate checkbox if necessary.
*/
@Deprecated
@Deprecated(forRemoval = true, since = "2024-03")
public class YesNoCancelListSelectionDialog extends ListSelectionDialog {
/**
*
Expand Down

0 comments on commit d93018f

Please sign in to comment.