Skip to content

Commit a2a2eb8

Browse files
committed
fixed VariableTypes package names
1 parent bb68ef0 commit a2a2eb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/com/codefortomorrow/beginner/chapter2/practice/VariableTypes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.codefortomorrow.beginner.chapter1.practice;
1+
package com.codefortomorrow.beginner.chapter2.practice;
22

33
/**
44
* @author ArmeetJatyani

src/com/codefortomorrow/beginner/chapter2/solutions/VariableTypes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.codefortomorrow.beginner.chapter1.practice;
1+
package com.codefortomorrow.beginner.chapter2.practice;
22

33
/**
44
* @author ArmeetJatyani

0 commit comments

Comments
 (0)