Skip to content

Commit

Permalink
Add back imports: QoSPermissionUtils.canModifyQos and PermissionDenie…
Browse files Browse the repository at this point in the history
…dCacheException
  • Loading branch information
khys95 authored Dec 12, 2024
1 parent 72e5752 commit 727654e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
*/
package org.dcache.qos.services.engine.provider;

import static org.dcache.qos.util.QoSPermissionUtils.canModifyQos;

import diskCacheV111.util.CacheException;
import diskCacheV111.util.PermissionDeniedCacheException;
import diskCacheV111.util.PnfsId;
import java.util.Collections;
import java.util.EnumSet;
Expand Down

0 comments on commit 727654e

Please sign in to comment.