Skip to content

Commit fa42625

Browse files
fix link
1 parent a56a3a8 commit fa42625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ At the beginning, it was the repository with questions from Java interviews. Cur
6363
- [Java Date classes?](core.md#java-date-classes)
6464
- [Why Do Local Variables Used in Lambdas Have to Be Final or Effectively Final?](core.md#why-do-local-variables-used-in-lambdas-have-to-be-final-or-effectively-final)
6565
- [orElse() vs orElseGet() in Optional?](core.md#orelse-vs-orelseget-in-optional)
66-
- [How to filter list of objects using Stream API without .filter()?](core.md#howto-filter-list-of-objects-using-stream-without-filter)
66+
- [How to filter list of objects using Stream API without .filter()?](core.md#how-to-filter-list-of-objects-using-stream-api-without-filter)
6767
- [What is String Pool? How do Strings get there?](core.md#what-is-string-pool-how-do-strings-get-there)
6868

6969
## Collections

core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- [Java Date classes?](#java-date-classes)
3939
- [Why Do Local Variables Used in Lambdas Have to Be Final or Effectively Final?](#why-do-local-variables-used-in-lambdas-have-to-be-final-or-effectively-final)
4040
- [orElse() vs orElseGet() in Optional?](#orelse-vs-orelseget-in-optional)
41-
- [How to filter list of objects using Stream API without .filter()?](#howto-filter-list-of-objects-using-stream-without-filter)
41+
- [How to filter list of objects using Stream API without .filter()?](#how-to-filter-list-of-objects-using-stream-api-without-filter)
4242
- [What is String Pool? How do Strings get there?](#what-is-string-pool-how-do-strings-get-there)
4343

4444
## What's new in Java 8?

0 commit comments

Comments
 (0)