Skip to content

Commit 3a18db6

Browse files
committed
Refine TODO comment for GetDataverseAllowedStorageDriverCommand to clarify implementation requirements
1 parent c75403b commit 3a18db6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/main/java/edu/harvard/iq/dataverse/api/Dataverses.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,9 +2114,8 @@ public Response listStorageDrivers(@Context ContainerRequestContext crc, @PathPa
21142114
Dataverse dv = findDataverseOrDie(id);
21152115

21162116
/*
2117-
* TODO: This endpoint ad GetDataverseAllowedStorageDriverCommand needs to be completed,
2118-
* currently it mocks things that will be required to model the behavior requested by Jim Myers,
2119-
* which is to return the list of storage drivers that the dataverse can use.
2117+
* TODO: This endpoint ad GetDataverseAllowedStorageDriverCommand needs to be completed implementing
2118+
* the request from Jim Myers, which is to return the list of storage drivers that the dataverse can use.
21202119
* Currently it will return the full list of drivers available.
21212120
*/
21222121
try {

0 commit comments

Comments
 (0)