1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 15:43:49 +02:00

remove dead link (#8957)

* Updated dead article link ( bito.ai ) for Method Chaining to new link ( geeksforgeeks )

* Removed unnecessary break-line

* Update src/data/roadmaps/java/content/method-chaining@Ax2ouIZgN1DpPzKDy4fwp.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Abhishek Raha
2025-08-07 22:05:55 +05:30
committed by GitHub
parent 35e74516c1
commit b67ca1dab6

View File

@@ -4,5 +4,4 @@ Method chaining is a programming technique where multiple method calls are made
Visit the following resources to learn more:
- [@article@Java Method Chaining - Java Explained](https://bito.ai/resources/java-method-chaining-java-explained)
- [@stackoverflow@How to achieve method chaining in Java](https://stackoverflow.com/questions/21180269/how-to-achieve-method-chaining-in-java)