You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
- * Erzeugt das Object [][] mit den Daten für die dei Fehlertabelle anhand des FehlerStings
+ Daten für die dei Fehlertabelle anhand des FehlerStings
*
* @param errors
* @return das Object[][] mit vorbelegten Informationen
*/
- public Object[][] getErrorsRowData(String errors) {
- final StringTokenizer token = new StringTokenizer(errors,":");
+ public Objec final StringTokenizer token = new StringTokenizer(errors,":");
List<String> datei = new ArrayList<String>();
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: