Skip to content

Commit 2f661db

Browse files
committed
Use getter
1 parent 6374f7a commit 2f661db

File tree

1 file changed

+1
-1
lines changed
  • vaadin-breadcrumbs/src/main/java/software/xdev/vaadin/breadcrumbs

1 file changed

+1
-1
lines changed

vaadin-breadcrumbs/src/main/java/software/xdev/vaadin/breadcrumbs/Breadcrumbs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ protected void updateView(final List<Breadcrumb> breadcrumbs)
9898
anchor.addClassName(BREADCRUMB_CSS);
9999

100100
// remove link and set css if url is empty (e.g. for 'edit' pages)
101-
if(breadcrumb.url.isEmpty())
101+
if(breadcrumb.url().isEmpty())
102102
{
103103
anchor.removeHref();
104104
anchor.addClassName(BREADCRUMB_DISABLED_CSS);

0 commit comments

Comments
 (0)