Skip to content

Commit

Permalink
Feat: Adds Shawn Dunsmore Lesson09 Upadted File.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sdunsmore2006 committed Oct 17, 2024
1 parent 433b7ed commit fcd6bb9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package main.java.com.codedifferently.lesson9.dataprovider;

import com.codedifferently.lesson9.dataprovider.DataProvider;
import java.util.Map;

import org.springframework.stereotype.Service;

import com.codedifferently.lesson9.dataprovider.DataProvider;

@Service
public class ShawnDunsmoreProvider extends DataProvider {
public String getProviderName() {
Expand Down

0 comments on commit fcd6bb9

Please sign in to comment.