Skip to content

Commit 71f16e0

Browse files
committed
introduced diffInline, some cleanup
1 parent e5622a3 commit 71f16e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/difflib/Patch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void addDelta(Delta<T> delta) {
7171
deltas.add(delta);
7272
}
7373

74-
/**
74+
/**
7575
* Get the list of computed deltas
7676
*
7777
* @return the deltas

0 commit comments

Comments
 (0)