We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c56fd8 commit 1e1b93dCopy full SHA for 1e1b93d
CCVT_Code_Distribute/src/com/rt/cloning/Department.java
@@ -1,5 +1,5 @@
1
package com.rt.cloning;
2
-//Comeent Added Here
+//add comment here
3
public class Department implements Cloneable{
4
5
private int did;
CCVT_Code_Distribute/src/com/rt/cloning/Employee.java
-//Employee Class Changes done from diff acc now
+//new comment
public class Employee implements Cloneable{
int eid;
CCVT_Code_Distribute/src/com/rt/cloning/TestClass.java
@@ -2,9 +2,7 @@
public class TestClass {
//changes done
- /**
6
- * @param args
7
- * @throws CloneNotSupportedException
+ /*comment added
8
*/
9
public static void main(String[] args) throws CloneNotSupportedException {
10
// TODO Auto-generated method stub
0 commit comments