Skip to content

Commit cfc050c

Browse files
committed
fix package name errors for Solutions
1 parent f1858cb commit cfc050c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/com/codefortomorrow/beginner/chapter1/solutions/Comments.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.chapter1.solutions;
22

33
/**
44
* @author ArmeetJatyani

src/com/codefortomorrow/beginner/chapter1/solutions/HelloWorld.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.chapter1.solutions;
22

33
/**
44
* @author ArmeetJatyani

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.codefortomorrow.beginner.chapter2.practice;
1+
package com.codefortomorrow.beginner.chapter2.solutions;
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.chapter2.practice;
1+
package com.codefortomorrow.beginner.chapter2.solutions;
22

33
/**
44
* @author ArmeetJatyani

src/com/codefortomorrow/beginner/chapter4/solutions/CarDealership.java

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

33
/**
44
* @author ArmeetJatyani

0 commit comments

Comments
 (0)