Skip to content

Commit

Permalink
Merge pull request dCache#645 from kofemann/fix-http-v2-2.6
Browse files Browse the repository at this point in the history
http: fix missing imports
  • Loading branch information
paulmillar committed Jun 11, 2014
2 parents d2863bf + 9e64298 commit 7af4189
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.UUID;

import diskCacheV111.util.FsPath;
Expand All @@ -40,9 +41,12 @@

import dmg.util.HttpException;

import org.dcache.namespace.FileAttribute;
import org.dcache.pool.movers.IoMode;
import org.dcache.pool.movers.MoverChannel;
import org.dcache.pool.repository.RepositoryChannel;
import org.dcache.util.Checksum;
import org.dcache.util.Checksums;
import org.dcache.vehicles.FileAttributes;

import static java.util.Arrays.asList;
Expand Down

0 comments on commit 7af4189

Please sign in to comment.