Skip to content

Commit

Permalink
Add TODO for deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlockwood committed Jan 5, 2024
1 parent fe7ef71 commit 8327310
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ public FileName parseUri(final VfsComponentContext context, final FileName base,

StringBuilder pathStringBuilder = new StringBuilder();

// TODO: handle deprecation by passing an additional `Scheme[] schemes` poarameter as the first param; this
// array should include all valid GCS schemes, e.g. `gs` in `gs://blah`; are there any others to consider?
String scheme = UriParser.extractScheme(uri, pathStringBuilder);

// Normalize separators in the path
Expand Down

0 comments on commit 8327310

Please sign in to comment.