Tells the truth.

This commit is contained in:
James Quinley 2022-10-24 22:13:58 -07:00
parent 0637de4866
commit 675c315f2b
4 changed files with 446 additions and 487 deletions

View File

@ -149,7 +149,7 @@
<addClasspath>true</addClasspath> <addClasspath>true</addClasspath>
<!-- Specifies that all dependencies of our application are found --> <!-- Specifies that all dependencies of our application are found -->
<!-- Configures the main class of the application --> <!-- Configures the main class of the application -->
<mainClass>com.jamesquinley.init</mainClass> <mainClass>com.jamesquinley.Main</mainClass>
</manifest> </manifest>
</archive> </archive>
</configuration> </configuration>

View File

@ -6,7 +6,7 @@ import com.jamesquinley.DelegationServices.status;
Hey there! This is the source code for AOTSK-Delegation Server, self explanitory. Hey there! This is the source code for AOTSK-Delegation Server, self explanitory.
Also this is multi line so I can justify using this type of comment. Also this is multi line so I can justify using this type of comment.
*/ */
public class init public class Main
{ {
public static void main( String[] args ) public static void main( String[] args )
{ {

View File

@ -1,3 +1,3 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Main-Class: com.jamesquinley.init Main-Class: com.jamesquinley.Main