Javadoc + Filename + App

This commit is contained in:
2026-04-29 11:14:07 +02:00
parent 5ebe7d0449
commit c1a11a6295
64 changed files with 895 additions and 348 deletions

View File

@@ -101,7 +101,7 @@ public class SVGFactory {
// close the writer
writer.close();
System.out.println("Successfully wrote text to file.");
System.out.println("Successfully wrote text to file (" + filename + ")" );
}