mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 05:55:44 +01:00
improve blame api and description to blameline
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user