Reset author name to chosen name ✨
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.math.BigInteger;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author caleb
|
||||
* @author chloe
|
||||
*/
|
||||
public class BigIntegerFibonacci {
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ package bigintegerfibonacci;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author caleb
|
||||
* @author chloe
|
||||
*/
|
||||
public class StackSize {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user