1
0
Fork 0
main
Jan 2024-01-06 22:18:47 +01:00
parent aba1d8bf54
commit 910e35dd0c
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import java.util.Scanner;
/** /**
* Part of a simplified spreadsheet system for the PR1 programming lab at Hochschule Mannheim. * Part of a simplified spreadsheet system for the PR1 programming lab at Hochschule Mannheim.
* *
* @author Oliver Hummel * @author Oliver Hummel
*/ */
public class Axel { public class Axel {

View File

@ -82,7 +82,7 @@ public class Spreadsheet {
// ----- // -----
// business logic // business logic
/** /**
* A method for reading in data from a CSV file. * A method for reading in data from a CSV file.
* @param path The file to read. * @param path The file to read.
* @param separator The char used to split up the input, e.g. a comma or a semicolon. * @param separator The char used to split up the input, e.g. a comma or a semicolon.