Skip to content

Commit

Permalink
fix swap of vorname and nachname
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Oct 10, 2014
1 parent b1d2f85 commit 093d250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de/mpg/molgen/buczek/portifix/TableModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public class TableModel extends AbstractTableModel {
Connection con;

private final String COLUMN_NAMES[] = {
"Vorname",
"Nachname",
"Vorname",
"Abteilung",
"Rückgabedatum",
"Schlüsselnummer",
Expand Down

0 comments on commit 093d250

Please sign in to comment.