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

@@ -4,7 +4,7 @@ annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
application.title=BigIntegerFibonacci
application.vendor=caleb
application.vendor=chloe
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:

View File

@@ -8,7 +8,7 @@ import java.math.BigInteger;
/**
*
* @author caleb
* @author chloe
*/
public class BigIntegerFibonacci {

View File

@@ -6,7 +6,7 @@ package bigintegerfibonacci;
/**
*
* @author caleb
* @author chloe
*/
public class StackSize {