Reset author name to chosen name

This commit is contained in:
2025-10-19 21:55:26 -05:00
parent a3e71f9673
commit 03c2474f78
1825 changed files with 8916 additions and 8921 deletions

View File

@@ -6,7 +6,7 @@ package linkedlist;
/**
*
* @author caleb
* @author chloe
*/
public class EmptyListException extends RuntimeException{
public EmptyListException() {}

View File

@@ -8,7 +8,7 @@ import java.util.LinkedList;
/**
*
* @author caleb
* @author chloe
*/
public class MyList<E> {