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

@@ -9,7 +9,7 @@ import java.util.Objects;
/**
*
* @author caleb
* @author chloe
*/
class EntryASDV<K, V> implements Entry<K, V>, Comparable<K>
{

View File

@@ -6,7 +6,7 @@ package hashmapasdv_ant;
/**
*
* @author caleb
* @author chloe
*/
import java.io.Serializable;
import java.math.BigInteger;