Browse Source

ObjectDirectory#selectObjectRepresentation: fix formatting

Change-Id: I3872f3001bb11e29a526ed90184ccb0c991b8567
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v5.10.0.202011041322-m2
Matthias Sohn 3 years ago
parent
commit
7fbc0e02a0

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java View File

@@ -580,7 +580,7 @@ public class ObjectDirectory extends FileObjectDatabase {

@Override
void selectObjectRepresentation(PackWriter packer, ObjectToPack otp,
WindowCursor curs) throws IOException {
WindowCursor curs) throws IOException {
selectObjectRepresentation(packer, otp, curs, null);
}


Loading…
Cancel
Save