[#2485] Add code comments
This commit is contained in:
parent
8c95f6104d
commit
bee30d69e7
@ -1377,6 +1377,10 @@ public class RocketActions {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Action to show all hidden components.
|
||||
* @see RocketComponent#isVisible()
|
||||
*/
|
||||
private class ShowAllComponentsAction extends RocketAction {
|
||||
public ShowAllComponentsAction() {
|
||||
super.putValue(NAME, trans.get("RocketActions.VisibilityAct.ShowAll"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user