Skip to content

Commit 7492f0b

Browse files
authored
Merge branch 'master' into javadoc-issues
2 parents 56d2091 + ea9f4b2 commit 7492f0b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@
6464
</dependencyManagement>
6565

6666
<repositories>
67+
<repository>
68+
<id>central</id>
69+
<url>https://repo.maven.apache.org/maven2</url>
70+
<snapshots>
71+
<enabled>false</enabled>
72+
</snapshots>
73+
</repository>
6774
<repository>
6875
<id>Vaadin Directory</id>
6976
<url>https://maven.vaadin.com/vaadin-addons</url>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,8 @@ public void setDrawerBelowHeader(boolean drawerBelowHeader) {
202202
getElement().setAttribute("drawerBelowHeader", drawerBelowHeader);
203203
}
204204

205-
/**
206-
* Sets the drawerRightAlignment attribute so the drawer will be shown
207-
* with right alignment
205+
/**
206+
* Sets the alignment of the drawer to the right side.
208207
* @param drawerRightAlignment
209208
*/
210209
public void setDrawerRightAlignment(boolean drawerRightAlignment) {

0 commit comments

Comments
 (0)