From 674837ff7d46156302b06b3482b3d34e20b2ecde Mon Sep 17 00:00:00 2001 From: psavarmattas Date: Tue, 7 Jun 2022 11:35:06 +0530 Subject: [PATCH] Employee Model Class --- IndustrialTrainingProjects/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IndustrialTrainingProjects/README.MD b/IndustrialTrainingProjects/README.MD index 45ce8db..9a42e47 100644 --- a/IndustrialTrainingProjects/README.MD +++ b/IndustrialTrainingProjects/README.MD @@ -23,4 +23,4 @@ if the problem still persist then create a issue or use Google/Stack Overlflow f |----------|------------|--------------------------| |1 | [PrivateConBasic.java](https://github.com/psavarmattas/Java-Projects/blob/master/IndustrialTrainingProjects/PrivateConBasic.java) | Program to implement private constructor using the basic method. | |2 | [PrivateConSingleton.java](https://github.com/psavarmattas/Java-Projects/blob/master/IndustrialTrainingProjects/PrivateConSingleton.java) | Program to implement private constructor using the Singleton method. | -|3 | [EmployeeModelClass.java](https://github.com/psavarmattas/Java-Projects/blob/master/IndustrialTrainingProjects/EmployeeModelClass.java) | // Program to create Model Class, getter, setters and display the data. | \ No newline at end of file +|3 | [EmployeeModelClass.java](https://github.com/psavarmattas/Java-Projects/blob/master/IndustrialTrainingProjects/EmployeeModelClass.java) | Program to create Model Class, getter, setters and display the data. | \ No newline at end of file