Skip to content

Commit 6fe825e

Browse files
mlopezFCpaodb
authored andcommitted
docs: add missing dots
1 parent 6231651 commit 6fe825e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/main/java/com/flowingcode/vaadin/addons/extendedlogin/ExtendedLoginOverlay.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* Special LoginOverlay that provides additional methods for replacing specific parts of the
26-
* contents
26+
* contents.
2727
*
2828
* @author mlopez
2929
*/

src/main/java/com/flowingcode/vaadin/addons/extendedlogin/LoginLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
/**
2929
* LoginOverlay based Layout that can be used to display views with a similar layout as the
30-
* LoginOverlay It also provides methods for replacing part of the contents of the overlay
30+
* LoginOverlay. It also provides methods for replacing part of the contents of the overlay.
3131
*
3232
* @author mlopez
3333
*/

src/main/java/com/flowingcode/vaadin/addons/extendedlogin/ReplaceableLoginOverlay.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import com.vaadin.flow.component.HasElement;
2323

2424
/**
25-
* Mixin interface providing methods for replacing contents of the LoginOverlay
25+
* Mixin interface providing methods for replacing contents of the LoginOverlay.
2626
*
2727
* @author mlopez
2828
*/

src/test/java/com/flowingcode/vaadin/addons/extendedlogin/TestExtendedLoginOverlayView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import java.util.Arrays;
3232

3333
/**
34-
* View that provides a demo of using an ExtendedLoginOverlay
34+
* View that provides a demo of using an ExtendedLoginOverlay.
3535
*
3636
* @author mlopez
3737
*/

src/test/java/com/flowingcode/vaadin/addons/extendedlogin/TestLoginLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import com.vaadin.flow.component.login.LoginI18n.Header;
2525

2626
/**
27-
* Test Login Layout that customizes titles, descriptions and additional information
27+
* Test Login Layout that customizes titles, descriptions and additional information.
2828
*
2929
* @author mlopez
3030
*/

src/test/java/com/flowingcode/vaadin/addons/extendedlogin/TestLoginLayoutView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import com.vaadin.flow.router.Route;
3030

3131
/**
32-
* Test View for demonstrating how to use LoginLayout
32+
* Test View for demonstrating how to use LoginLayout.
3333
*
3434
* @author mlopez
3535
*/

0 commit comments

Comments
 (0)