Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 66d6e68

Browse files
authored
Correct broken image link
1 parent 54325c5 commit 66d6e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/java-string/2019-12-10-compare-strings-in-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ When we create string using the `new` operator, a new string object is created
202202

203203
`compareTo()` method compares the character sequence of the argument string with the character sequence of the specified string.
204204

205-
![Showing argument string and specified string.](https://coderolls.com/wp-content/uploads/2019/08/showing-argument-string-and-specified-string.png)
205+
![Showing argument string and specified string.](/assets/images/2019-12-10/showing-argument-string-and-specified-string.png)
206206

207207
Showing argument string and a specified string.
208208

0 commit comments

Comments
 (0)