[#2485] Add code comments

This commit is contained in:
Ahanu Dewhirst 2024-07-19 12:58:59 +10:00
parent 8c95f6104d
commit bee30d69e7

View File

@ -1377,6 +1377,10 @@ public class RocketActions {
} }
} }
/**
* Action to show all hidden components.
* @see RocketComponent#isVisible()
*/
private class ShowAllComponentsAction extends RocketAction { private class ShowAllComponentsAction extends RocketAction {
public ShowAllComponentsAction() { public ShowAllComponentsAction() {
super.putValue(NAME, trans.get("RocketActions.VisibilityAct.ShowAll")); super.putValue(NAME, trans.get("RocketActions.VisibilityAct.ShowAll"));