File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
freemarker-core/src/main/java/freemarker/core Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2828 * {@code "c"} and {@code "computer"} {@link Configurable#setNumberFormat(String) number_format}, and
2929 * the {@code "c"} {@link Configurable#setBooleanFormat(String) boolean_format}.
3030 * A {@link CFormat} currently defines how numbers, booleans, and strings are converted to text that defines a similar
31- * value in a certain computer language (or other computer-parsed syntax).
31+ * value in a certain computer language (or other computer-parsed syntax). The {@link CFormat} that you want to use can
32+ * be set via {@link Configurable#setCFormat(CFormat)}.
3233 *
3334 * <p><b>Experimental class!</b> This class is too new, and might will change over time. Therefore, for now
3435 * constructor and most methods are not exposed outside FreeMarker, and so you can't create a custom implementation.
You can’t perform that action at this time.
0 commit comments