#352- Unit Of Work : [Refactor] Rename main class to App

This commit is contained in:
Piyush Chaudhari 2017-09-23 00:15:32 +05:30
parent bf700fd995
commit 9ee2255c1f

View File

@ -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