Reset author name to chosen name ✨
This commit is contained in:
@@ -6,7 +6,7 @@ package linkedlist;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author caleb
|
||||
* @author chloe
|
||||
*/
|
||||
public class EmptyListException extends RuntimeException{
|
||||
public EmptyListException() {}
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.util.LinkedList;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author caleb
|
||||
* @author chloe
|
||||
*/
|
||||
public class MyList<E> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user