Use delomboked sources for javadoc generation
This commit is contained in:
@@ -57,7 +57,7 @@ public abstract class Overlay implements LayoutableRenderableEntity
|
||||
private boolean resettable = true;
|
||||
|
||||
/**
|
||||
* Whether this overlay can be dragged onto other overlays & have
|
||||
* Whether this overlay can be dragged onto other overlays & have
|
||||
* other overlays dragged onto it.
|
||||
*/
|
||||
@Setter(AccessLevel.PROTECTED)
|
||||
|
||||
@@ -41,7 +41,7 @@ public abstract class OverlayPanel extends Overlay
|
||||
protected final PanelComponent panelComponent = new PanelComponent();
|
||||
|
||||
/**
|
||||
* Enables/disables automatic clearing of {@link this#getPanelComponent()} children after rendering (enabled by default)
|
||||
* Enables/disables automatic clearing of {@link OverlayPanel#getPanelComponent()} children after rendering (enabled by default)
|
||||
*/
|
||||
private boolean clearChildren = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user