Skip to content

Commit 2c4c6f7

Browse files
Add files via upload
1 parent edcc9df commit 2c4c6f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Department.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package com.csi.publicscope;
2+
3+
public class Department {
4+
protected String deptName="R&D";
5+
6+
}

0 commit comments

Comments
 (0)