Skip to content

Commit 641457a

Browse files
authored
Merge pull request eugenp#8143 from johnA1331/master
Bi-monthly test fix - BAEL-18926
2 parents bfced1b + 6838269 commit 641457a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ This module contains articles about core Java non-blocking input and output (IO)
1414
- [Java NIO2 Path API](https://www.baeldung.com/java-nio-2-path)
1515
- [Guide to Java NIO2 Asynchronous Channel APIs](https://www.baeldung.com/java-nio-2-async-channels)
1616
- [A Guide to NIO2 Asynchronous Socket Channel](https://www.baeldung.com/java-nio2-async-socket-channel)
17-
- [[More -->]](/core-java-modules/core-java-nio-2)
17+
- [[More -->]](/core-java-modules/core-java-nio-2)

core-java-modules/core-java-string-algorithms-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ This module contains articles about string-related algorithms.
1212
- [Pad a String with Zeros or Spaces in Java](https://www.baeldung.com/java-pad-string)
1313
- [Remove Leading and Trailing Characters from a String](https://www.baeldung.com/java-remove-trailing-characters)
1414
- [Counting Words in a String](https://www.baeldung.com/java-word-counting)
15-
- [Finding the Difference Between Two Strings](https://www.baeldung.com/java-difference-between-two-strings)
15+
- [Finding the Difference Between Two Strings in Java](https://www.baeldung.com/java-difference-between-two-strings)
1616
- More articles: [[<-- prev]](../core-java-string-algorithms)

jackson/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
2424
- [Map Serialization and Deserialization with Jackson](https://www.baeldung.com/jackson-map)
2525
- [Jackson Streaming API](https://www.baeldung.com/jackson-streaming-api)
2626
- [Jackson – JsonMappingException (No serializer found for class)](https://www.baeldung.com/jackson-jsonmappingexception)
27-
- [How To Serialize Enums as JSON Objects with Jackson](https://www.baeldung.com/jackson-serialize-enums)
27+
- [How To Serialize and Deserialize Enums with Jackson](https://www.baeldung.com/jackson-serialize-enums)
2828
- [Jackson – Marshall String to JsonNode](https://www.baeldung.com/jackson-json-to-jsonnode)
2929
- [Jackson – Unmarshall to Collection/Array](https://www.baeldung.com/jackson-collection-array)
3030
- [Serialize Only Fields that meet a Custom Criteria with Jackson](https://www.baeldung.com/jackson-serialize-field-custom-criteria)

spring-5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
1515
- [Spring ResponseStatusException](https://www.baeldung.com/spring-response-status-exception)
1616
- [Spring Assert Statements](https://www.baeldung.com/spring-assert)
1717
- [Configuring a Hikari Connection Pool with Spring Boot](https://www.baeldung.com/spring-boot-hikari)
18-
- [Difference between <context:annotation-config> vs <context:component-scan>](https://www.baeldung.com/spring-contextannotation-contextcomponentscan)
18+
- [Difference between \<context:annotation-config> vs \<context:component-scan>](https://www.baeldung.com/spring-contextannotation-contextcomponentscan)

spring-core-3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Relevant Articles:
22

33
- [Understanding getBean() in Spring](https://www.baeldung.com/spring-getbean)
4-
- [Exploring the Spring BeanFactory API](https://www.baeldung.com/spring-beanfactory)
4+
- [Guide to the Spring BeanFactory](https://www.baeldung.com/spring-beanfactory)
55
- [How to use the Spring FactoryBean?](https://www.baeldung.com/spring-factorybean)
66
- [Spring – Injecting Collections](https://www.baeldung.com/spring-injecting-collections)
7-
- More articles: [[<-- prev]](/spring-core-2)
7+
- More articles: [[<-- prev]](/spring-core-2)

0 commit comments

Comments
 (0)