mirror of
https://github.com/DependencyTrack/dependency-track.git
synced 2025-10-19 16:03:19 +00:00
clone-acl: remove comment
Signed-off-by: Valentijn Scholten <valentijnscholten@gmail.com>
This commit is contained in:
parent
a5ff479c9a
commit
9abffde4c1
1 changed files with 0 additions and 2 deletions
|
@ -632,8 +632,6 @@ final class ProjectQueryManager extends QueryManager implements IQueryManager {
|
|||
}
|
||||
|
||||
if (includeACL) {
|
||||
//It's possible that the DT instance is being prepared for ACL enabling,
|
||||
//So client can request to includeACL even if ACL is not (yet) enabled
|
||||
List<Team> accessTeams = source.getAccessTeams();
|
||||
if (CollectionUtils.isEmpty(accessTeams)) {
|
||||
project.setAccessTeams(new LinkedList<>(accessTeams));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue