8000 I have added a comment in Employee.java and TestClass.java · ravitomar7/Java_Programming_CCVT@f9470dd · GitHub
[go: up one dir, main page]

Skip to content

Commit f9470dd

Browse files
IshitaIshita
authored andcommitted
I have added a comment in Employee.java and TestClass.java
1 parent 9c56fd8 commit f9470dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public class Employee implements Cloneable{
55
int eid;
66
public Employee(int eid, String ename) {
77
super();
8-
this.eid = eid;
8+
this.eid = eid;//
99
this.ename = ename;
1010
}
1111
public int getEid() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.rt.cloning;
2-
2+
//I have added a comment
33
public class TestClass {
44
//changes done
55
/**

0 commit comments

Comments
 (0)
0