Skip to content

Commit b0f0406

Browse files
committed
Fix invalid HTML closing tag in javadoc
Change-Id: I7cab9c9e6388893dbcb9d01ed4545e8a8f07103d
1 parent a71b087 commit b0f0406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsPackFileMidxSingle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public CommitGraph getCommitGraph(DfsReader ctx) throws IOException {
9696
}
9797

9898
/**
99-
* Count of objects in this <b>pack</> (i.e. including, recursively, its
99+
* Count of objects in this <b>pack</b> (i.e. including, recursively, its
100100
* base)
101101
*
102102
* @param ctx

0 commit comments

Comments
 (0)