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

Commit 4a0c480

Browse files
committed
Minor fix
1 parent 8c24e35 commit 4a0c480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/java/com/rampatra/strings/WithoutString.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private static String withoutString(String base, String remove) {
3939

4040
public static void main(String[] args) {
4141
Assert.check(withoutString("Hello there", "llo").equals("He there"));
42-
Assert.check(withoutString("THIS is a FISH", "is").equals("TH a FH"));
42+
Assert.check(withoutString("THIS is a FISH", "is").equals("TH a FH"));
4343
Assert.check(withoutString("xxx", "x").equals(""));
4444
}
4545
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /