8000 New Commit · ssimar778/Java_Programming_CCVT@c74f1d9 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c74f1d9

Browse files
500052043500052043
500052043
authored and
500052043
committed
New Commit
1 parent 9c56fd8 commit c74f1d9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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+
// New Comment
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+
//Employee 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
public class TestClass {
44
//changes done
55
/**
6-
* @param args
7-
* @throws CloneNotSupportedException
6+
New Comment
87
*/
98
public static void main(String[] args) throws CloneNotSupportedException {
109
// TODO Auto-generated method stub

0 commit comments

Comments
 (0)
0