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:
@@ -4,7 +4,7 @@ Transforms the input by mapping it to another string. It expects the mappings to
|
||||
The file name must have the `.map` extension.
|
||||
|
||||
This file should be in property syntax, i.e. simple lines with "key=value" pairs.
|
||||
The file format is documented [here](https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html#load-java.io.Reader-).
|
||||
The file format is documented [here](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Properties.html#load(java.io.Reader)).
|
||||
To organize the various transformations one might use subfolders.
|
||||
|
||||
A default value can be provided if no matching entry is found by using "=value" syntax.
|
||||
|
||||
Reference in New Issue
Block a user