Skip to content

Commit 6bbd297

Browse files
committed
refixed errors occuring with push request
1 parent b4e2352 commit 6bbd297

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lesson_09/types/types_app/src/main/java/com/codedifferently/lesson9/dataprovider/justineklund.java renamed to lesson_09/types/types_app/src/main/java/com/codedifferently/lesson9/dataprovider/JustinEklundProvider.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
package com.codedifferently.lesson9.dataprovider;
22

33
import java.util.Map;
4-
54
import org.springframework.stereotype.Service;
65

76
@Service
8-
public class justineklund extends DataProvider {
7+
public class JustinEklundProvider extends DataProvider {
98
public String getProviderName() {
109
return "justineklund";
1110
}

0 commit comments

Comments
 (0)