8000 I have committed · mansi226/Java_Programming_CCVT@d720f70 · GitHub
[go: up one dir, main page]

Skip to content

Commit d720f70

Browse files
author
mansi
committed
I have committed
1 parent 9c56fd8 commit d720f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -1,7 +1,7 @@
11
package com.rt.cloning;
22
//Employee Class Changes done from diff acc now
33
public class Employee implements Cloneable{
4-
4+
//I have enter a comment
55
int eid;
66
public Employee(int eid, String ename) {
77
super();

0 commit comments

Comments
 (0)
0