Link to Java 17 documentation (#15406)
This prevents issues because older documentation may not apply to Java 17. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -303,7 +303,7 @@ Please note that value will be discarded and not sent if one transformation fail
|
||||
|
||||
This feature is quite powerful in transforming an item state before it is published to the MQTT broker.
|
||||
It has the syntax: `%[flags][width]conversion`.
|
||||
Find the full documentation on the [Java](https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html) web page.
|
||||
Find the full documentation on the [Java](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Formatter.html) web page.
|
||||
|
||||
The default is "%s" which means: Output the item state as string.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user