Skip to content

Commit

Permalink
refactor(JDBCFetcher): hack access modifier change
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-cline committed Sep 28, 2023
1 parent 9837b64 commit 2628557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public List<Map<String, Object>> get (DataFetchingEnvironment environment) {
* Handle fetching functionality for a given namespace, set of join values, and arguments. This is broken out from
* the standard get function so that it can be reused in other fetchers (i.e., NestedJdbcFetcher)
*/
List<Map<String, Object>> getResults (
public List<Map<String, Object>> getResults (
String namespace,
List<String> parentJoinValues,
Map<String, Object> graphQLQueryArguments
Expand Down

0 comments on commit 2628557

Please sign in to comment.