Skip to content

Commit

Permalink
chore: fixes class naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
RichHawkins committed Mar 10, 2024
1 parent ec25645 commit a0a96aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.springframework.stereotype.Service;

@Service
public class RichHawkins extends DataProvider {
public class RichHawkinsProvider extends DataProvider {
public String getProviderName() {
return "richhawkins";
}
Expand All @@ -19,4 +19,4 @@ public Map<String, Class> getColumnTypeByName() {
"column6", Double.class,
"column7", Long.class);
}
}
}

0 comments on commit a0a96aa

Please sign in to comment.