We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc8452 commit 9400316Copy full SHA for 9400316
src/main/java/com/flowingcode/vaadin/addons/markdown/BaseMarkdownComponent.java
@@ -53,7 +53,7 @@ public BaseMarkdownComponent(String content) {
53
}
54
55
/**
56
- * Sets the content of the Markdown component.
+ * Gets the content of the Markdown component.
57
*
58
* @return the content of the Markdown component
59
*/
@@ -62,9 +62,9 @@ public String getContent() {
62
63
64
65
- * Gets the content of the Markdown component.
+ * Sets the content of the Markdown component.
66
67
- * @param content retrieved from the state of the component
+ * @param content the content to be used in the Markdown component
68
69
public void setContent(String content) {
70
this.content = content;
0 commit comments