Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix typo javadoc#203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
wumpz merged 1 commit intojava-diff-utils:masterfromngocnhan-tran1996:fix-typo
May 4, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,7 +28,7 @@
import org.eclipse.jgit.diff.SequenceComparator;

/**
* HistorgramDiff using JGit - Library. This one is much more performant than theorginal Myers
* HistorgramDiff using JGit - Library. This one is much more performant than theoriginal Myers
* implementation.
*
* @author toben
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -24,7 +24,7 @@ public interface DiffAlgorithmListener {

/**
* This is a step within the diff algorithm. Due to different implementations the value
* is not strict incrementing to the max and is notgarantee to reach the max. It could
* is not strict incrementing to the max and is notguarantee to reach the max. It could
* stop before.
* @param value
* @param max
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -26,7 +26,7 @@
*
* <p>
* Text is represented as <code>Object[]</code> because the diff engine is
* capable of handling more than plainascci. In fact, arrays or lists of any
* capable of handling more than plainascii. In fact, arrays or lists of any
* type that implements {@link java.lang.Object#hashCode hashCode()} and
* {@link java.lang.Object#equals equals()} correctly can be subject to
* differencing using this library.
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -224,7 +224,7 @@ private int findPositionWithFuzzAndMoreDelta(PatchApplyingContext<T> ctx, Abstra
private ConflictOutput<T> conflictOutput = CONFLICT_PRODUCES_EXCEPTION;

/**
* Alter normal conflict output behaviour to e.g.inclide some conflict
* Alter normal conflict output behaviour to e.g.include some conflict
* statements in the result, like git does it.
*/
public Patch withConflictOutput(ConflictOutput<T> conflictOutput) {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp