Skip to content

Commit

Permalink
Added getDataSource() to proposal 4 (#105)
Browse files Browse the repository at this point in the history
Added getDataSource() to proposal 4
  • Loading branch information
barrycaceres authored Jan 27, 2025
1 parent 6c562ef commit 777e94c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proposals/working-with-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ Synopsis:
2. Add a new `SzConfig` interface with object-oriented semantics:
- `addDataSource(String dataSourceCode)`
- `deleteDataSource(String dataSourceCode)`
- `String getDataSources()`
- `toString()` / `export()`
3. Change `SzConfigManager` as follows:
- `ConfigID addConfig(SzConfig, String comment)` (NOTE: `registerConfig(SzConfig config, String comment)` -- preferred by Barry)
Expand Down

0 comments on commit 777e94c

Please sign in to comment.