API layer added
parent
1a6983fc2e
commit
5344f8f525
2
pom.xml
2
pom.xml
|
@ -53,7 +53,7 @@
|
|||
<transformers>
|
||||
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
|
||||
<mainClass>
|
||||
src.main.java.com.example.helloWorld</mainClass>
|
||||
gui.GuiMain</mainClass>
|
||||
</transformer>
|
||||
</transformers>
|
||||
</configuration>
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
package api;
|
||||
|
||||
public class OpenWeatherMapApi {
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
package com.example;
|
||||
|
||||
public class helloWorld {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello world!");
|
||||
System.out.println("Hello world!");
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue