Tells the truth.
This commit is contained in:
parent
0637de4866
commit
675c315f2b
2
pom.xml
2
pom.xml
@ -149,7 +149,7 @@
|
||||
<addClasspath>true</addClasspath>
|
||||
<!-- Specifies that all dependencies of our application are found -->
|
||||
<!-- Configures the main class of the application -->
|
||||
<mainClass>com.jamesquinley.init</mainClass>
|
||||
<mainClass>com.jamesquinley.Main</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@ import com.jamesquinley.DelegationServices.status;
|
||||
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.
|
||||
*/
|
||||
public class init
|
||||
public class Main
|
||||
{
|
||||
public static void main( String[] args )
|
||||
{
|
@ -1,3 +1,3 @@
|
||||
Manifest-Version: 1.0
|
||||
Main-Class: com.jamesquinley.init
|
||||
Main-Class: com.jamesquinley.Main
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user