mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
added revision to BlameLine
This commit is contained in:
@@ -118,11 +118,11 @@ public class PlainBlameProvider
|
||||
|
||||
for (BlameLine line : bpr.getBlameLines())
|
||||
{
|
||||
String name = line.getName();
|
||||
String revision = line.getRevision();
|
||||
|
||||
if (Util.isNotEmpty(name))
|
||||
if (Util.isNotEmpty(revision))
|
||||
{
|
||||
writer.append(name).append(" ");
|
||||
writer.append(revision).append(" ");
|
||||
}
|
||||
|
||||
writer.println(line.getCode());
|
||||
|
||||
Reference in New Issue
Block a user