Skip to content

Commit 1e1b93d

Browse files
Ankit VermaAnkit Verma
authored andcommitted
Commit Made
1 parent 9c56fd8 commit 1e1b93d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CCVT_Code_Distribute/src/com/rt/cloning/Department.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-
//Comeent Added Here
2+
//add comment here
33
public class Department implements Cloneable{
44

55
private int did;

CCVT_Code_Distribute/src/com/rt/cloning/Employee.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-
//Employee Class Changes done from diff acc now
2+
//new comment
33
public class Employee implements Cloneable{
44

55
int eid;

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
public class TestClass {
44
//changes done
5-
/**
6-
* @param args
7-
* @throws CloneNotSupportedException
5+
/*comment added
86
*/
97
public static void main(String[] args) throws CloneNotSupportedException {
108
// TODO Auto-generated method stub

0 commit comments

Comments
 (0)