Skip to content

Commit 2e449f3

Browse files
committed
addressing review comment
1 parent b368b46 commit 2e449f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/harvard/iq/dataverse/engine/command/impl/GetUserPermittedCollectionsCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import java.util.List;
1414
import java.util.logging.Logger;
1515

16-
@RequiredPermissions({})
16+
@RequiredPermissions({}) // No specific permission is needed to execute this command. To filter the collection a list of permissions are passed in
1717
public class GetUserPermittedCollectionsCommand extends AbstractCommand<List<Dataverse>> {
1818
private static final Logger logger = Logger.getLogger(GetUserPermittedCollectionsCommand.class.getCanonicalName());
1919

0 commit comments

Comments
 (0)