Skip to content

Commit

Permalink
State of CodeGeneration as being used for ODF 1.2 - version odftoolki…
Browse files Browse the repository at this point in the history
…t 0.10.0
  • Loading branch information
svanteschubert authored and mistmist committed Nov 28, 2022
1 parent 11ae986 commit 9b6affc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private static void processFileList(
case FILE:
LOG.log(
Level.INFO,
"Processing line{0}: Generating file {1}\n",
"Processing line {0}: Generating file {1}\n",
new Object[] {f.getLineNumber(), generateFilename(f.getAttribute("path"))});
;
String contextAttrValue = f.getAttribute("contextNode");
Expand Down

0 comments on commit 9b6affc

Please sign in to comment.