changed the readme article links to https and removed the gitignore file (#7780)
This commit is contained in:
parent
8d6c2dc2ed
commit
e093daf12d
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ bin/
|
|||||||
*.class
|
*.class
|
||||||
|
|
||||||
# Package Files #
|
# Package Files #
|
||||||
|
*.jar
|
||||||
*.war
|
*.war
|
||||||
*.ear
|
*.ear
|
||||||
|
|
||||||
|
@ -10,6 +10,6 @@
|
|||||||
- [Java ‘private’ Access Modifier](https://www.baeldung.com/java-private-keyword)
|
- [Java ‘private’ Access Modifier](https://www.baeldung.com/java-private-keyword)
|
||||||
- [Marker Interfaces in Java](https://www.baeldung.com/java-marker-interfaces)
|
- [Marker Interfaces in Java](https://www.baeldung.com/java-marker-interfaces)
|
||||||
- [Java equals() and hashCode() Contracts](https://www.baeldung.com/java-equals-hashcode-contracts)
|
- [Java equals() and hashCode() Contracts](https://www.baeldung.com/java-equals-hashcode-contracts)
|
||||||
- [Immutable Objects in Java](http://www.baeldung.com/java-immutable-object)
|
- [Immutable Objects in Java](https://www.baeldung.com/java-immutable-object)
|
||||||
- [Inheritance and Composition (Is-a vs Has-a relationship) in Java](http://www.baeldung.com/java-inheritance-composition)
|
- [Inheritance and Composition (Is-a vs Has-a relationship) in Java](https://www.baeldung.com/java-inheritance-composition)
|
||||||
- [A Guide to Constructors in Java](https://www.baeldung.com/java-constructors)
|
- [A Guide to Constructors in Java](https://www.baeldung.com/java-constructors)
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
*.class
|
|
||||||
|
|
||||||
0.*
|
|
||||||
|
|
||||||
#folders#
|
|
||||||
/target
|
|
||||||
/neoDb*
|
|
||||||
/data
|
|
||||||
/src/main/webapp/WEB-INF/classes
|
|
||||||
*/META-INF/*
|
|
||||||
.resourceCache
|
|
||||||
|
|
||||||
# Packaged files #
|
|
||||||
*.jar
|
|
||||||
*.war
|
|
||||||
*.ear
|
|
||||||
|
|
||||||
# Files generated by integration tests
|
|
||||||
*.txt
|
|
||||||
backup-pom.xml
|
|
||||||
/bin/
|
|
||||||
/temp
|
|
||||||
|
|
||||||
#IntelliJ specific
|
|
||||||
.idea/
|
|
||||||
*.iml
|
|
@ -3,9 +3,9 @@
|
|||||||
## Core Java Lang OOP 3 Cookbooks and Examples
|
## Core Java Lang OOP 3 Cookbooks and Examples
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Pass-By-Value as a Parameter Passing Mechanism in Java](http://www.baeldung.com/java-pass-by-value-or-pass-by-reference)
|
- [Pass-By-Value as a Parameter Passing Mechanism in Java](https://www.baeldung.com/java-pass-by-value-or-pass-by-reference)
|
||||||
- [Access Modifiers in Java](http://www.baeldung.com/java-access-modifiers)
|
- [Access Modifiers in Java](https://www.baeldung.com/java-access-modifiers)
|
||||||
- [Guide to the super Java Keyword](http://www.baeldung.com/java-super)
|
- [Guide to the super Java Keyword](https://www.baeldung.com/java-super)
|
||||||
- [Guide to the this Java Keyword](http://www.baeldung.com/java-this)
|
- [Guide to the this Java Keyword](https://www.baeldung.com/java-this)
|
||||||
- [Java Public Access Modifier](https://www.baeldung.com/java-public-keyword)
|
- [Java Public Access Modifier](https://www.baeldung.com/java-public-keyword)
|
||||||
- [Composition, Aggregation and Association in Java](https://www.baeldung.com/java-composition-aggregation-association)
|
- [Composition, Aggregation and Association in Java](https://www.baeldung.com/java-composition-aggregation-association)
|
@ -3,13 +3,13 @@
|
|||||||
## Core Java Lang OOP Cookbooks and Examples
|
## Core Java Lang OOP Cookbooks and Examples
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Guide to hashCode() in Java](http://www.baeldung.com/java-hashcode)
|
- [Guide to hashCode() in Java](https://www.baeldung.com/java-hashcode)
|
||||||
- [A Guide to the Static Keyword in Java](http://www.baeldung.com/java-static)
|
- [A Guide to the Static Keyword in Java](https://www.baeldung.com/java-static)
|
||||||
- [Polymorphism in Java](http://www.baeldung.com/java-polymorphism)
|
- [Polymorphism in Java](https://www.baeldung.com/java-polymorphism)
|
||||||
- [Method Overloading and Overriding in Java](http://www.baeldung.com/java-method-overload-override)
|
- [Method Overloading and Overriding in Java](https://www.baeldung.com/java-method-overload-override)
|
||||||
- [How to Make a Deep Copy of an Object in Java](http://www.baeldung.com/java-deep-copy)
|
- [How to Make a Deep Copy of an Object in Java](https://www.baeldung.com/java-deep-copy)
|
||||||
- [Guide to Inheritance in Java](http://www.baeldung.com/java-inheritance)
|
- [Guide to Inheritance in Java](https://www.baeldung.com/java-inheritance)
|
||||||
- [Object Type Casting in Java](http://www.baeldung.com/java-type-casting)
|
- [Object Type Casting in Java](https://www.baeldung.com/java-type-casting)
|
||||||
- [The “final” Keyword in Java](http://www.baeldung.com/java-final)
|
- [The “final” Keyword in Java](https://www.baeldung.com/java-final)
|
||||||
- [Type Erasure in Java Explained](http://www.baeldung.com/java-type-erasure)
|
- [Type Erasure in Java Explained](https://www.baeldung.com/java-type-erasure)
|
||||||
- [Variable and Method Hiding in Java](http://www.baeldung.com/java-variable-method-hiding)
|
- [Variable and Method Hiding in Java](https://www.baeldung.com/java-variable-method-hiding)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user