Skip to content

Commit

Permalink
feat(Data Access): Remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
rtroilo committed Dec 21, 2023
1 parent db1f7d2 commit f2af58d
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,6 @@ public String getGraphPath() {
return graphPath;
}

public String getDataAccess() {
return dataAccess;
}

public void setDataAccess(String dataAccess) {
this.dataAccess = dataAccess;
}

public void setExtStorages(Map<String, Map<String, String>> value) {
extStorages = value;
}
Expand Down

0 comments on commit f2af58d

Please sign in to comment.