Skip to content

Commit fdffe53

Browse files
authored
Merge pull request eugenp#8751 from johnA1331/master
Bi-Monthly Test Fix - BAEL-22265 and BAEL-22266
2 parents 14a7932 + fc37657 commit fdffe53

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

core-java-modules/core-java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [Introduction to Java Serialization](http://www.baeldung.com/java-serialization)
1212
- [Guide to UUID in Java](http://www.baeldung.com/java-uuid)
1313
- [Creating a Java Compiler Plugin](http://www.baeldung.com/java-build-compiler-plugin)
14-
- [Quick Guide to Java Stack](http://www.baeldung.com/java-stack)
14+
- [Quick Guide to the Java Stack](http://www.baeldung.com/java-stack)
1515
- [Compiling Java *.class Files with javac](http://www.baeldung.com/javac)
1616
- [Introduction to Javadoc](http://www.baeldung.com/javadoc)
1717
- [Guide to the Externalizable Interface in Java](http://www.baeldung.com/java-externalizable)

core-kotlin-modules/core-kotlin-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ This module contains articles about Kotlin core features.
55
### Relevant articles:
66
- [Working with Dates in Kotlin](https://www.baeldung.com/kotlin-dates)
77
- [Kotlin Ternary Conditional Operator](https://www.baeldung.com/kotlin-ternary-operator)
8+
- [Sequences in Kotlin](https://www.baeldung.com/kotlin/sequences)
89
- [[<-- Prev]](/core-kotlin-modules/core-kotlin)

core-kotlin-modules/core-kotlin/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ This module contains articles about Kotlin core features.
1313
- [Implementing a Binary Tree in Kotlin](https://www.baeldung.com/kotlin-binary-tree)
1414
- [JUnit 5 for Kotlin Developers](https://www.baeldung.com/junit-5-kotlin)
1515
- [Converting Kotlin Data Class from JSON using GSON](https://www.baeldung.com/kotlin-json-convert-data-class)
16+
- [Fuel HTTP Library with Kotlin](https://www.baeldung.com/kotlin-fuel)
17+
- [Introduction to Kovenant Library for Kotlin](https://www.baeldung.com/kotlin-kovenant)
18+
- [Dependency Injection for Kotlin with Injekt](https://www.baeldung.com/kotlin-dependency-injection-with-injekt)
1619
- [[More --> ]](/core-kotlin-modules/core-kotlin-2)

0 commit comments

Comments
 (0)