Skip to content

Commit e6f8a62

Browse files
committed
docs: fix javadoc
1 parent 8f22a32 commit e6f8a62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/flowingcode/addons/applayout/AppLayout.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ public void setDrawerBelowHeader(boolean drawerBelowHeader) {
203203
}
204204

205205
/**
206-
* Sets the drawerBelowHeader attribute so the drawer will be show below
207-
* the header of the applayout
208-
* @param drawerBelowHeader
206+
* Sets the drawerRightAlignment attribute so the drawer will be shown
207+
* with right alignment
208+
* @param drawerRightAlignment
209209
*/
210210
public void setDrawerRightAlignment(boolean drawerRightAlignment) {
211211
getElement().setAttribute("drawerAlign", drawerRightAlignment?"right":"left");

0 commit comments

Comments
 (0)