Skip to content

Commit 4034c46

Browse files
javier-godoypaodb
authored andcommitted
refactor: rename switchSourcePosition method
1 parent e028a31 commit 4034c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/flowingcode/vaadin/addons/demo/SplitLayoutDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public SplitLayoutDemo(Component demo, List<SourceCodeTab> tabs) {
6363
getContent().setSizeFull();
6464
}
6565

66-
public void switchSourcePosition(SourcePosition position) {
66+
private void setSourcePosition(SourcePosition position) {
6767
if (!sourcePosition.equals(position)) {
6868
toggleSourcePosition();
6969
}

0 commit comments

Comments
 (0)