Skip to content

Commit dfca055

Browse files
lenovolenovo
authored andcommitted
Slight change in the program
1 parent 9c56fd8 commit dfca055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CCVT_Code_Distribute/src/com/rt/cloning/TestClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class TestClass {
99
public static void main(String[] args) throws CloneNotSupportedException {
1010
// TODO Auto-generated method stub
1111
Department d1=new Department(7, "HR");
12-
Employee e1=new Employee(1, "Ram",d1);
12+
Employee e1=new Employee(1, "Yug Gupta",d1);
1313
Employee e2= e1.clone();
1414

1515

0 commit comments

Comments
 (0)