Skip to content

Commit

Permalink
fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed May 9, 2024
1 parent 911fca9 commit 9f4cd1b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ public Transformer createFromFile(final String file, final String importPath) th
* Creates a new transformer from a file containing the JSON document of the
* transformer.
*
* @param file the path and name of the file
* @return the transformer
* @return the transformation object
* @throws IOException thrown when the file is not found
*/
public Transformer createFromFile(final String file) throws IOException {
final String content = Files.readString(Paths.get(file));
Expand Down

0 comments on commit 9f4cd1b

Please sign in to comment.