refactoring
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
package DT_01_currentdate;
|
||||||
|
|
||||||
|
public class CurrentDateStart {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("TEST");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
/*
|
|
||||||
* This Java source file was generated by the Gradle 'init' task.
|
|
||||||
*/
|
|
||||||
package DT_01_currentdate;
|
|
||||||
|
|
||||||
public class Library {
|
|
||||||
public boolean someLibraryMethod() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user