6773 add comment

This commit is contained in:
William Schaefer 2020-11-03 20:37:16 -05:00
parent 629f9abf73
commit c98c2838de

View File

@ -138,6 +138,11 @@ final class DomainDetailsPanel extends JPanel {
} }
} }
/**
* Get the name of the tab that was most recently selected.
*
* @return The name of the tab that was most recently selected.
*/
String getSelectedTabName(){ String getSelectedTabName(){
return selectedTabName; return selectedTabName;
} }