diff --git a/CCVT_Code_Distribute/src/com/rt/cloning/Employee.java b/CCVT_Code_Distribute/src/com/rt/cloning/Employee.java index 31de5ef..8c150f5 100644 --- a/CCVT_Code_Distribute/src/com/rt/cloning/Employee.java +++ b/CCVT_Code_Distribute/src/com/rt/cloning/Employee.java @@ -5,7 +5,7 @@ public class Employee implements Cloneable{ int eid; public Employee(int eid, String ename) { super(); - this.eid = eid; + this.eid = eid;// this.ename = ename; } public int getEid() { diff --git a/CCVT_Code_Distribute/src/com/rt/cloning/TestClass.java b/CCVT_Code_Distribute/src/com/rt/cloning/TestClass.java index 5a97d07..df9064d 100644 --- a/CCVT_Code_Distribute/src/com/rt/cloning/TestClass.java +++ b/CCVT_Code_Distribute/src/com/rt/cloning/TestClass.java @@ -1,5 +1,5 @@ package com.rt.cloning; - +//I have added a comment public class TestClass { //changes done /**