Skip to content

Commit

Permalink
removed comment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rajuGT committed Jan 23, 2025
1 parent c5c9b36 commit 3de7b83
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ public DartDataStoreClient getDartDataStoreClient() {
dartDataStoreClient = new GcsDartClient(projectID);
break;
case Constants.UDF_STORE_PROVIDER_OSS:
// TODO Check if OSS SDK supports projectID selection
dartDataStoreClient = new OssDartClient();
break;
case Constants.UDF_STORE_PROVIDER_COS:
// TODO Check if COS SDK supports projectID selection
dartDataStoreClient = new CosDartClient();
break;
default:
Expand Down

0 comments on commit 3de7b83

Please sign in to comment.