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

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.calebfontenot</groupId>
<groupId>com.chloefontenot</groupId>
<artifactId>MyStack</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
@@ -9,6 +9,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<exec.mainClass>com.calebfontenot.mystack.MyStack</exec.mainClass>
<exec.mainClass>com.chloefontenot.mystack.MyStack</exec.mainClass>
</properties>
</project>

View File

@@ -1,13 +1,13 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
*/
package com.calebfontenot.mystack;
package com.chloefontenot.mystack;
import java.util.Arrays;
/**
*
* @author caleb
* @author chloe
*/
public class MyStack {