Added Doc for print Method

This commit is contained in:
Seraina 2022-04-08 13:00:47 +02:00
parent f729a62289
commit dffd1731e2

View File

@ -190,6 +190,10 @@ public class VoteHandler {
}
}
/**
* Just a print Method for testing the VoteHandler
* @param array the Passenger array to be visualized
*/
static void print(Passenger[] array) {
System.out.println();
String[] print = new String[6];