Changed "More" to "Next" and added forward reference to core-java-lang-3
This commit is contained in:
parent
85acab7915
commit
33152d2d68
|
@ -11,4 +11,5 @@ This module contains articles about core features in the Java language
|
|||
- [Guide to the Java finally Keyword](https://www.baeldung.com/java-finally-keyword)
|
||||
- [The Java Headless Mode](https://www.baeldung.com/java-headless-mode)
|
||||
- [Comparing Long Values in Java](https://www.baeldung.com/java-compare-long-values)
|
||||
- [[<-- Prev]](/core-java-modules/core-java-lang)
|
||||
|
||||
[[ <-- Prev]](/core-java-modules/core-java-lang)[[Next --> ]](/core-java-modules/core-java-lang-3)
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
This module contains articles about core features in the Java language
|
||||
|
||||
### Relevant Articles:
|
||||
- [[<-- Prev]](/core-java-modules/core-java-lang-2)
|
||||
[[ <-- Prev]](/core-java-modules/core-java-lang-2)
|
||||
|
|
|
@ -16,4 +16,5 @@ This module contains articles about core features in the Java language
|
|||
- [The Java continue and break Keywords](https://www.baeldung.com/java-continue-and-break)
|
||||
- [A Guide to Java Enums](https://www.baeldung.com/a-guide-to-java-enums)
|
||||
- [Infinite Loops in Java](https://www.baeldung.com/infinite-loops-java)
|
||||
- [[More --> ]](/core-java-modules/core-java-lang-2)
|
||||
|
||||
[[Next --> ]](/core-java-modules/core-java-lang-2)
|
||||
|
|
Loading…
Reference in New Issue