File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/com/flowingcode/vaadin/addons/cronexpressioneditor Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.flowingcode.vaadin.addons/cron-expression-editor-addon )] ( https://mvnrepository.com/artifact/com.flowingcode.vaadin.addons/cron-expression-editor-addon )
55[ ![ Javadoc] ( https://img.shields.io/badge/javadoc-00b4f0 )] ( https://javadoc.flowingcode.com/artifact/com.flowingcode.vaadin.addons/cron-expression-editor-addon )
66
7- # Cron Expression Editor
7+ # Cron Expression Editor Add-on
88
99A component for Vaadin 24 that assists in the generation of cron expressions
1010
@@ -72,7 +72,7 @@ Then, follow these steps for creating a contribution:
7272
7373This add-on is distributed under Apache License 2.0. For license terms, see LICENSE.txt.
7474
75- CronExpressionEditor is written by Flowing Code S.A.
75+ CronExpressionEditor Add-on is written by Flowing Code S.A.
7676
7777## Third-Party Dependencies
7878
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public CronExpressionEditor() {
109109 /**
110110 * Creates a new instance of {@code CronExpressionEditor} with a default expression.
111111 *
112- * @param defaultExpression a {@code String} representing the default cron expression to be set.
112+ * @param defaultExpression a {@code String} representing the default cron expression to be set
113113 */
114114 public CronExpressionEditor (String defaultExpression ) {
115115 this ();
@@ -558,7 +558,7 @@ protected void setPresentationValue(String newPresentationValue) {
558558 }
559559
560560 /**
561- * Sets the {@link Locale} for this component
561+ * Sets the {@link Locale} for this component.
562562 *
563563 * @param locale the {@link Locale} to be used
564564 */
@@ -569,7 +569,7 @@ public void setLocale(Locale locale) {
569569 /**
570570 * Sets the internationalization settings for the editor.
571571 * <p>
572- * If {@code i18n} is {@code null}, default internationalization to english
572+ * If {@code i18n} is {@code null}, default internationalization to english.
573573 * </p>
574574 *
575575 * @param i18n the {@link CronExpressionEditorI18n} to use, or {@code null} for default
You can’t perform that action at this time.
0 commit comments