Skip to content

Commit

Permalink
fix missing header for numberCol
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgeiger committed Dec 14, 2015
1 parent 0a4ca13 commit 664c8fa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ public class SpecialMainTableColumns {
public Object getColumnValue(BibtexEntry entry) {
return "#";
}

@Override
public String getDisplayName() {
return "#";
}
};

public static final MainTableColumn RANKING_COLUMN = new MainTableColumn(SpecialFieldsUtils.FIELDNAME_RANKING,
Expand Down

0 comments on commit 664c8fa

Please sign in to comment.