Skip to content

Commit 0610bdb

Browse files
committed
fix: build current error with saved work
1 parent 4151a33 commit 0610bdb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lesson_09/types/types_app/src/main/java/com/codedifferently/lesson9/dataprovider/AngelicaCastilloProvider.java

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

3-
43
import java.util.Map;
5-
64
import org.springframework.stereotype.Service;
75

86
@Service
@@ -21,4 +19,4 @@ public Map<String, Class> getColumnTypeByName() {
2119
"column6", Boolean.class,
2220
"column7", Double.class);
2321
}
24-
}
22+
}

0 commit comments

Comments
 (0)