Add "Software History" comments to classes from previous commit ("Bundle" replacement)

This commit is contained in:
Shay Carter 2021-11-01 12:48:10 -07:00
parent 338f83001c
commit 19c25f3e87
4 changed files with 5 additions and 1 deletions

View file

@ -46,6 +46,7 @@ import com.raytheon.viz.ui.dialogs.localization.VizLocalizationFileListDlg.Mode;
* Date Ticket# Engineer Description * Date Ticket# Engineer Description
* ------------ ---------- ----------- -------------------------- * ------------ ---------- ----------- --------------------------
* Jul 12, 2017 mjames@ucar Copied from DeleteAWIPSProcedure * Jul 12, 2017 mjames@ucar Copied from DeleteAWIPSProcedure
* Oct 29, 2021 srcarter@ucar Replaced "Bundle" with "Display"
* </pre> * </pre>
* *
* @author mjames@ucar * @author mjames@ucar

View file

@ -69,7 +69,8 @@ import com.raytheon.viz.ui.widgets.MenuButton;
* Oct 03, 2012 #1248 rferrel Bundle change listeners added. * Oct 03, 2012 #1248 rferrel Bundle change listeners added.
* Oct 16, 2012 #1229 rferrel Made dialog non-blocking. * Oct 16, 2012 #1229 rferrel Made dialog non-blocking.
* Apr 01, 2014 #2979 lvenable Added dispose check in runAsync call. * Apr 01, 2014 #2979 lvenable Added dispose check in runAsync call.
* * Oct 29, 2021 ---- srcarter@ucar Replaced "Bundle" with "Procedure Item"
*
* </pre> * </pre>
* *
* @author mschenke * @author mschenke

View file

@ -65,6 +65,7 @@ import com.raytheon.viz.ui.editor.AbstractEditor;
* Oct 16, 2012 1229 rferrel Make dialog non-blocking. * Oct 16, 2012 1229 rferrel Make dialog non-blocking.
* Jan 06, 2015 3879 nabowle Handle load clicked with nothing selected. * Jan 06, 2015 3879 nabowle Handle load clicked with nothing selected.
* Feb 12, 2018 6580 tgurney Do not minimize when CAVE is minimized * Feb 12, 2018 6580 tgurney Do not minimize when CAVE is minimized
* Oct 29, 2021 ---- srcarter@ucar Replaced "Bundle" with "Procedure Item"
* *
* </pre> * </pre>
* *

View file

@ -126,6 +126,7 @@ import com.raytheon.viz.ui.views.PartAdapter2;
* Nov 13, 2017 6044 mapeters Added null checks in disposed() * Nov 13, 2017 6044 mapeters Added null checks in disposed()
* Feb 20, 2018 6883 tgurney Prompt for save on CAVE close * Feb 20, 2018 6883 tgurney Prompt for save on CAVE close
* Dec 13, 2018 6883 tgurney Remove workbench listener when the dialog is closed * Dec 13, 2018 6883 tgurney Remove workbench listener when the dialog is closed
* Oct 29, 2021 ---- srcarter@ucar Replaced "Bundle/bundle" with "Procedure Item/item"
* *
* </pre> * </pre>
* *