Skip to content

Commit

Permalink
Fix for api change in 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
goglepox committed Sep 18, 2012
1 parent fcf35c1 commit 97e6fca
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -556,5 +556,12 @@ public void setDerived(boolean isDerived, IProgressMonitor monitor)
// TODO Auto-generated method stub

}

@Override
public void accept(IResourceProxyVisitor visitor, int depth, int memberFlags)
throws CoreException {
// TODO Auto-generated method stub

}

}

0 comments on commit 97e6fca

Please sign in to comment.