From a2d796453ed887d9268518e0ecd162cbf79f4957 Mon Sep 17 00:00:00 2001 From: DELL Date: Tue, 20 Feb 2018 21:58:12 +0530 Subject: [PATCH] I have added one comment in this program --- CCVT_Code_Distribute/src/com/rt/cloning/Department.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CCVT_Code_Distribute/src/com/rt/cloning/Department.java b/CCVT_Code_Distribute/src/com/rt/cloning/Department.java index 9303d42..424cce5 100644 --- a/CCVT_Code_Distribute/src/com/rt/cloning/Department.java +++ b/CCVT_Code_Distribute/src/com/rt/cloning/Department.java @@ -1,5 +1,5 @@ package com.rt.cloning; -//Comeent Added Here +// I will add one comment here public class Department implements Cloneable{ private int did;