From 48d3f5b08bea15a79c6afa41ff3c144c0f140639 Mon Sep 17 00:00:00 2001 From: Felix Woestemeyer Date: Tue, 13 Dec 2022 11:54:23 +0100 Subject: [PATCH] Comment Update --- src/GeneralMethods.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GeneralMethods.java b/src/GeneralMethods.java index cfa8924..603906a 100644 --- a/src/GeneralMethods.java +++ b/src/GeneralMethods.java @@ -108,7 +108,7 @@ public class GeneralMethods { /** - * The method writeData writes the data of a List into a txt file. + * The method writeData2 writes the data of a List into a txt file. * @param pathWrite determines the filename of the file that will be written * @param listToWrite determines which ArrayList is to be used for writing the file */