Skip to content

Commit c846a77

Browse files
authored
Merge pull request #17056 from eugenp/BAEL-6826
move link to the right module
2 parents 04bab69 + b6acaef commit c846a77

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

core-java-modules/core-java-lang-oop-others/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ This module contains articles about Object Oriented Programming (OOP) in Java
1212
- [Difference Between Information Hiding and Encapsulation](https://www.baeldung.com/java-information-hiding-vs-encapsulation)
1313
- [Statements Before super() in Java](https://www.baeldung.com/java-statements-before-super-constructor)
1414
- [Print the Default Value When Overriding toString() Method](https://www.baeldung.com/java-print-default-value-override-tostring)
15-
- [Pass a Class as a Parameter in Java](https://www.baeldung.com/java-pass-class-parameter)
16-
- [Declare an Enum in an Inner Class in Java](https://www.baeldung.com/java-declare-enum-inner-class)
15+
- [Pass a Class as a Parameter in Java](https://www.baeldung.com/java-pass-class-parameter)

core-java-modules/core-java-lang-oop-types-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ This module contains articles about types in Java
1111
- [Comparing a String to an Enum Value in Java](https://www.baeldung.com/java-comparing-string-to-enum)
1212
- [Implementing toString() on enums in Java](https://www.baeldung.com/java-enums-tostring)
1313
- [Checking if an Object’s Type Is Enum](https://www.baeldung.com/java-check-object-enum)
14+
- [Declare an Enum in an Inner Class in Java](https://www.baeldung.com/java-declare-enum-inner-class)

core-java-modules/core-java-lang-oop-types/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ This module contains articles about types in Java
1414
- [Determine if an Object Is of Primitive Type](https://www.baeldung.com/java-object-primitive-type)
1515
- [Extending Enums in Java](https://www.baeldung.com/java-extending-enums)
1616
- [Java Class File Naming Conventions](https://www.baeldung.com/java-class-file-naming)
17+

0 commit comments

Comments
 (0)