improve blame api and description to blameline

This commit is contained in:
Sebastian Sdorra
2011-09-22 15:49:28 +02:00
parent 438a2bf77f
commit b903efee62
4 changed files with 40 additions and 9 deletions

View File

@@ -132,8 +132,8 @@ public class SvnBlameHandler implements ISVNAnnotateHandler
when = date.getTime();
}
blameLines.add(new BlameLine(authorPerson, when, String.valueOf(revision),
line, lineNumber + 1));
blameLines.add(new BlameLine(lineNumber + 1, String.valueOf(revision),
when, authorPerson, null, line));
}
/**