Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Jun 23, 2014
1 parent 3e7ce39 commit 7b1f3d7
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -54,6 +54,7 @@
import com.redhat.ceylon.cmr.api.ArtifactResult;
import com.redhat.ceylon.cmr.api.ArtifactResultType;
import com.redhat.ceylon.cmr.api.ImportType;
import com.redhat.ceylon.cmr.api.PathFilter;
import com.redhat.ceylon.cmr.api.RepositoryException;
import com.redhat.ceylon.cmr.api.VisibilityType;
import com.redhat.ceylon.cmr.impl.NodeUtils;
Expand Down Expand Up @@ -576,6 +577,12 @@ public File artifact() throws RepositoryException {
public String repositoryDisplayString() {
return NodeUtils.UNKNOWN_REPOSITORY;
}

@Override
public PathFilter filter() {
// TODO Auto-generated method stub
return null;
}
};
}

Expand Down

0 comments on commit 7b1f3d7

Please sign in to comment.