From 5c6cc3a950e5b471b8bcd1171b42dcf68e9d06cc Mon Sep 17 00:00:00 2001
From: Md Abid Hussain <101964499+md-abid-hussain@users.noreply.github.com>
Date: Tue, 1 Nov 2022 13:00:07 +0530
Subject: [PATCH] Updated and fixed java resources (#2835)
* Fixed resource type
Fixed resource type from watch to read in 'Learn more about Data types and Variables'
* Updated java-fundamental resources
Replaced non-English resource with English one.
Added switch and nested conditional video resource
---
.../content/100-java-fundamentals/101-data-types-variables.md | 2 +-
.../110-java/content/100-java-fundamentals/102-conditionals.md | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/content/roadmaps/110-java/content/100-java-fundamentals/101-data-types-variables.md b/content/roadmaps/110-java/content/100-java-fundamentals/101-data-types-variables.md
index cfedca358..908f958d7 100644
--- a/content/roadmaps/110-java/content/100-java-fundamentals/101-data-types-variables.md
+++ b/content/roadmaps/110-java/content/100-java-fundamentals/101-data-types-variables.md
@@ -9,4 +9,4 @@ Data Types are divided into two group -
Free Content
What are Data Types & Variables?
Java Variables
-Learn more about Data types and Variables
+Learn more about Data types and Variables
diff --git a/content/roadmaps/110-java/content/100-java-fundamentals/102-conditionals.md b/content/roadmaps/110-java/content/100-java-fundamentals/102-conditionals.md
index 66b1e0dc4..120ed3b44 100644
--- a/content/roadmaps/110-java/content/100-java-fundamentals/102-conditionals.md
+++ b/content/roadmaps/110-java/content/100-java-fundamentals/102-conditionals.md
@@ -11,4 +11,5 @@ Java has the following conditional statements:
Free Content
What are Conditional statements?
Conditionals in Java
-Conditionals in Java
+Conditionals and Loops in Java
+Switch Statements + Nested Case in Java