Skip to content

Commit 4f7a266

Browse files
author
Pratik Das
committed
edits
1 parent 5f16d8b commit 4f7a266

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build-all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ if [[ "$MODULE" == "module6" ]]
8686
then
8787
# ADD NEW MODULES HERE
8888
# (add new modules above the rest so you get quicker feedback if it fails)
89+
build maven_module "core-java/collectionops"
8990
build maven_module "spring-boot/resttemplate"
9091
build_maven_module "spring-cloud/tracing"
9192
build_maven_module "core-java/versions"

core-java/collectionops/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Related Blog Posts
22

3-
* [How to do heap dump analysis](https://reflectoring.io/create-analyze-heapdump/)
3+
* [Logical Operations Between Java Collections](https://reflectoring.io/logical-ops-on-java-collections/)

0 commit comments

Comments
 (0)