We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864a26a commit 1d1bd51Copy full SHA for 1d1bd51
1 file changed
src/main/java/com/brunomnsilva/smartgraph/graphview/SmartStylableNode.java
@@ -43,7 +43,7 @@ public interface SmartStylableNode {
43
* But will be discarded if you use {@link SmartStylableNode#setStyleClass(java.lang.String) }
44
* <br/>
45
* If you need to clear any previously set inline styles, use
46
- * <code>.setStyleInline(null)</code>
+ * <code>.setStyleInline(null)</code>. Not that this will clear all inline styles previously applied.
47
*
48
* @param css styles
49
*/
0 commit comments