Skip to content

Commit 7fe6760

Browse files
authored
Merge pull request eugenp#8808 from johnA1331/master
github-related test fix - 18-02-2020
2 parents 5f5e4c0 + 24640df commit 7fe6760

23 files changed

Lines changed: 14 additions & 45 deletions

File tree

algorithms-miscellaneous-5/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This module contains articles about algorithms. Some classes of algorithms, e.g.
1010
- [Find If Two Numbers Are Relatively Prime in Java](https://www.baeldung.com/java-two-relatively-prime-numbers)
1111
- [Knapsack Problem Implementation in Java](https://www.baeldung.com/java-knapsack)
1212
- [How to Determine if a Binary Tree is Balanced](https://www.baeldung.com/java-balanced-binary-tree)
13-
- [The Caesar Cipher in Java](https://www.baeldung.com/java-caesar-cipher)
1413
- [Overview of Combinatorial Problems in Java](https://www.baeldung.com/java-combinatorial-algorithms)
1514
- [Prim’s Algorithm](https://www.baeldung.com/java-prim-algorithm)
1615
- [Maximum Subarray Problem](https://www.baeldung.com/java-maximum-subarray)

apache-cxf/cxf-aegis/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

apache-fop/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apache-olingo/olingo2/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
### Relevant Articles:
22

3-
- [OData Protocol Guide](https://www.baeldung.com/odata)
43
- [Intro to OData with Olingo](https://www.baeldung.com/olingo)

apache-poi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ This module contains articles about Apache POI
88
- [Creating a MS PowerPoint Presentation in Java](https://www.baeldung.com/apache-poi-slideshow)
99
- [Merge Cells in Excel Using Apache POI](https://www.baeldung.com/java-apache-poi-merge-cells)
1010
- [Get String Value of Excel Cell with Apache POI](https://www.baeldung.com/java-apache-poi-cell-string-value)
11-
- [Read Excel Cell Value Rather Than Formula With Apache POI](https://github.com/eugenp/tutorials/tree/master/apache-poi)
11+
- [Read Excel Cell Value Rather Than Formula With Apache POI](https://www.baeldung.com/apache-poi-read-cell-value-formula)

core-java-modules/core-java-8-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This module contains articles about Java 8 core features
44

55
### Relevant Articles:
6-
- [Anonymous Classes in Java](https://www.baeldung.com/java-anonymous-classes)
6+
77
- [How to Delay Code Execution in Java](https://www.baeldung.com/java-delay-code-execution)
88
- [Run a Java Application from the Command Line](https://www.baeldung.com/java-run-jar-with-arguments)
99
- [Java 8 Stream skip() vs limit()](https://www.baeldung.com/java-stream-skip-vs-limit)

core-java-modules/core-java-arrays-3/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

core-java-modules/core-java-lang-operators/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ This module contains articles about Java operators
1111
- [Java Compound Operators](https://www.baeldung.com/java-compound-operators)
1212
- [The XOR Operator in Java](https://www.baeldung.com/java-xor-operator)
1313
- [Java Bitwise Operators](https://www.baeldung.com/java-bitwise-operators)
14-
- [Bitwise & vs Logical && Operators](https://www.baeldung.com/bitwise-vs-logical-operators/)
15-
14+
- [Bitwise & vs Logical && Operators](https://www.baeldung.com/java-bitwise-vs-logical-and)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [Introduction to Java Serialization](http://www.baeldung.com/java-serialization)
1212
- [Guide to UUID in Java](http://www.baeldung.com/java-uuid)
1313
- [Creating a Java Compiler Plugin](http://www.baeldung.com/java-build-compiler-plugin)
14-
- [Quick Guide to the Java Stack](http://www.baeldung.com/java-stack)
14+
- [Quick Guide to the Java Stack](https://www.baeldung.com/java-stack)
1515
- [Compiling Java *.class Files with javac](http://www.baeldung.com/javac)
1616
- [Introduction to Javadoc](http://www.baeldung.com/javadoc)
1717
- [Guide to the Externalizable Interface in Java](http://www.baeldung.com/java-externalizable)

core-kotlin-modules/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)