Skip to content

Commit ed77bd4

Browse files
committed
(Minor javadoc adjustment)
1 parent ce10002 commit ed77bd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

freemarker-core/src/main/java/freemarker/core/CFormat.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
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.

0 commit comments

Comments
 (0)