Skip to content

Commit cb11a1e

Browse files
committed
Improve doc
1 parent 6b54497 commit cb11a1e

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626

2727

2828
/**
29-
* The Breadcrumbs class is a custom component for creating a breadcrumb navigation bar within a Vaadin application.
30-
* <p>
31-
* It extends the HorizontalLayout class to arrange breadcrumb links horizontally.
32-
* </p>
29+
* Represents a horizontal breadcrumb navigation bar
3330
*/
3431
@CssImport("./styles/breadcrumb.css")
3532
public class Breadcrumbs extends HorizontalLayout

0 commit comments

Comments
 (0)