#352- Unit Of Work : [Refactor] Rename main class to App
This commit is contained in:
@ -28,9 +28,9 @@ import java.util.HashMap;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link StudentManagementApp} Application for managing student data.
|
* {@link App} Application for managing student data.
|
||||||
*/
|
*/
|
||||||
public class StudentManagementApp {
|
public class App {
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param args no argument sent
|
* @param args no argument sent
|
Reference in New Issue
Block a user