Skip to content

Commit 354c0f9

Browse files
Commit from my Windows machine! Cool!
1 parent 343c9f5 commit 354c0f9

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)