Skip to content

Commit 115f805

Browse files
committed
Format
Save actions didn't trigger as this line was not changed...
1 parent 3c7d686 commit 115f805

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/Plugins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public Title getSubtitle()
5656
* The subtitle configuration is passed into the options.subtitle namespace. The global options for the chart
5757
* subtitle is defined in Chart.defaults.global.subtitle.
5858
*/
59-
public Plugins setSubtitle(Title subtitle)
59+
public Plugins setSubtitle(final Title subtitle)
6060
{
6161
this.subtitle = subtitle;
6262
return this;

0 commit comments

Comments
 (0)