Skip to content

Commit 1d1bd51

Browse files
committed
Clarification in javadoc.
1 parent 864a26a commit 1d1bd51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/brunomnsilva/smartgraph/graphview/SmartStylableNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public interface SmartStylableNode {
4343
* But will be discarded if you use {@link SmartStylableNode#setStyleClass(java.lang.String) }
4444
* <br/>
4545
* If you need to clear any previously set inline styles, use
46-
* <code>.setStyleInline(null)</code>
46+
* <code>.setStyleInline(null)</code>. Not that this will clear all inline styles previously applied.
4747
*
4848
* @param css styles
4949
*/

0 commit comments

Comments
 (0)