diff --git a/pom.xml b/pom.xml index 4b83eb0..c0be038 100644 --- a/pom.xml +++ b/pom.xml @@ -314,7 +314,7 @@ true none - false + true https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} diff --git a/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatAssistant.java b/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatAssistant.java index 30b2881..2afbcba 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatAssistant.java +++ b/src/main/java/com/flowingcode/vaadin/addons/chatassistant/ChatAssistant.java @@ -318,13 +318,13 @@ public Component getFooterComponent() { } /** - * Scrolls to the given row index. Scrolls so that the element is shown at + * Scrolls to the given position. Scrolls so that the element is shown at * the start of the visible area whenever possible. *

* If the index parameter exceeds current item set size the grid will scroll * to the end. * - * @param rowIndex + * @param position * zero based index of the item to scroll to in the current view. */ public void scrollToIndex(int position) {