Skip to content

Commit

Permalink
Last commit didn't seem to stick...
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Oct 6, 2006
1 parent d86e5a7 commit e43b765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/sourceforge/schemaspy/view/DotNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ else if (indexColumns.contains(column))
final int numRows = table.getNumRows();
if (displayNumRows && numRows != -1) {
buf.append(NumberFormat.getInstance().format(numRows));
buf.append(" row");
buf.append(" row");
if (numRows != 1)
buf.append('s');
} else {
Expand Down

0 comments on commit e43b765

Please sign in to comment.