Skip to content

Commit 31f38f3

Browse files
Merge branch 'master' of github.com:fishercoder1534/fishercoderLeetcode
2 parents d876bc4 + 354c0f9 commit 31f38f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/classes/ListNode.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static ListNode createSinglyLinkedList() {
5353
return head;
5454
}
5555

56-
/**TODO: this function is NOT working as supposed to, I need to fix it!*/
56+
/**TODO: this function is NOT working as supposed to, I need to fix it! Commit from my Windows machine!*/
5757
public static ListNode createSinglyLinkedList(List<Integer> listValues) {
5858
if (listValues == null || listValues.size() == 0)
5959
throw new IllegalArgumentException(

0 commit comments

Comments
 (0)