From b6fe075fc9b9c752875ccae7b2728e8fe1457724 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:39:53 +0800 Subject: [PATCH] Update README.md --- core-java-modules/core-java-lang-oop-types-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-lang-oop-types-2/README.md b/core-java-modules/core-java-lang-oop-types-2/README.md index 70a0273bc4..a4e7b101c3 100644 --- a/core-java-modules/core-java-lang-oop-types-2/README.md +++ b/core-java-modules/core-java-lang-oop-types-2/README.md @@ -4,4 +4,4 @@ This module contains articles about types in Java ### Relevant Articles: -- \ No newline at end of file +- [Convert an Array of Primitives to an Array of Objects](https://www.baeldung.com/java-primitive-array-to-object-array)