Skip to content

Commit

Permalink
vault :supress unchecked cast warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Jan 16, 2024
1 parent e0d980f commit d6e9d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
******************* CANADIAN ASTRONOMY DATA CENTRE *******************
************** CENTRE CANADIEN DE DONNÉES ASTRONOMIQUES **************
*
* (c) 2023. (c) 2023.
* (c) 2024. (c) 2024.
* Government of Canada Gouvernement du Canada
* National Research Council Conseil national de recherches
* Ottawa, Canada, K1A 0R6 Ottawa, Canada, K1A 0R6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public class VaultTransferGenerator implements TransferGenerator {
private Map<URI, StorageSiteRule> siteRules = new HashMap<>();
private Map<URI, Availability> siteAvailabilities;

@SuppressWarnings("unchecked")
public VaultTransferGenerator(NodePersistenceImpl nodePersistence, ArtifactDAO artifactDAO, TokenTool tokenTool, boolean preventNotFound) {
this.nodePersistence = nodePersistence;
this.authorizer = new VOSpaceAuthorizer(nodePersistence);
Expand Down

0 comments on commit d6e9d12

Please sign in to comment.