Skip to content

Commit 1cf2610

Browse files
committed
Fix comment
1 parent 39778ab commit 1cf2610

File tree

1 file changed

+1
-1
lines changed
  • chartjs-java-model/src/main/java/software/xdev/chartjs/model/options

1 file changed

+1
-1
lines changed

chartjs-java-model/src/main/java/software/xdev/chartjs/model/options/Options.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class Options<T extends Options<T, A>, A extends Animation<A>>
4646
protected CoreInteractionOptions interaction;
4747
protected CoreInteractionOptions hover;
4848
protected Animations<A> animations;
49-
protected Object animation; // Not supported by all charts, but usually a boolean or of Type <A>
49+
protected Object animation; // Usually a boolean or of Type <A>
5050
protected Layout layout;
5151
protected Plugins plugins = new Plugins();
5252

0 commit comments

Comments
 (0)