Comment Update

This commit is contained in:
Felix Wöstemeyer 2022-12-13 11:54:23 +01:00
parent af41dc7cf8
commit 48d3f5b08b

View File

@ -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 pathWrite determines the filename of the file that will be written
* @param listToWrite determines which ArrayList is to be used for writing the file * @param listToWrite determines which ArrayList is to be used for writing the file
*/ */