writeData2 umbenannt in writeData()
This commit is contained in:
parent
b8f0ebb121
commit
c5c096dfa7
@ -95,7 +95,7 @@ public class Data {
|
||||
* @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
|
||||
*/
|
||||
public void writeData2 (String pathWrite, ArrayList<String> listToWrite){
|
||||
public void writeData(String pathWrite, ArrayList<String> listToWrite){
|
||||
if (pathWrite.equals("users.txt")) {
|
||||
|
||||
} else if (pathWrite.equals("orders.txt")) {
|
||||
|
Loading…
Reference in New Issue
Block a user