You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Pure functional programming has a set of rules that one must follow:
78
78
79
79
A callback is some code that you pass to a given method, so that it can be called at a later time.
80
80
81
-
**Reference:** The source code for the Callback is present in [Callback.java](https://github.com/syedumerahmedcode/prefix/blob/master/trie/src/main/java/com/umer/javafunctional/callback/Callback.java) class.
81
+
**Reference:** The source code for the Callback is present in [Callback.java](https://github.com/syedumerahmedcode/java-functional-programming/blob/master/trie/src/main/java/com/umer/javafunctional/callback/Callback.java) class.
0 commit comments