Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[361846] Added progress monitor to the ServerBehaviuor.getBundles()
  • Loading branch information
Kaloyan Raev committed Oct 24, 2011
1 parent cb98b18 commit 175074f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -572,7 +572,7 @@ public void stopTailing() {
}
}

public Map<Long, IBundle> getBundles() throws CoreException {
public Map<Long, IBundle> getBundles(IProgressMonitor monitor) throws CoreException {
try {
return getVersionHandler().getServerBundleAdminCommand(this).execute();
} catch (IOException e) {
Expand Down

0 comments on commit 175074f

Please sign in to comment.