mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 12:59:00 +00:00
#352- Unit Of Work : [Refactor] Rename main class to App
This commit is contained in:
+2
-2
@@ -28,9 +28,9 @@ import java.util.HashMap;
|
||||
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
|
||||
Reference in New Issue
Block a user