diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2010-01-29 17:22:55 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2010-01-29 17:22:55 +0000 |
| commit | ba9ef0fe1be4380c65c78ea521617ed2d62e1bd2 (patch) | |
| tree | e2086622b9218738a0716ff52dc6f0d0b63f677c | |
| parent | f864fd722941ff0e079e29f5baca962ebd79d115 (diff) | |
Fixed bugzilla bug #516632.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@954 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rw-r--r-- | pki/base/common/src/com/netscape/certsrv/request/IRequestNotifier.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/request/IRequestNotifier.java b/pki/base/common/src/com/netscape/certsrv/request/IRequestNotifier.java index 399a4300f..ac7fc2bbb 100644 --- a/pki/base/common/src/com/netscape/certsrv/request/IRequestNotifier.java +++ b/pki/base/common/src/com/netscape/certsrv/request/IRequestNotifier.java @@ -102,13 +102,6 @@ public interface IRequestNotifier extends INotify { public boolean isPublishingQueueEnabled(); /** - * Sets maximum number of publishing threads. - * - * @param maxNumberOfThreads integer - */ - public void setMaxNumberOfPublishingThreads(int maxNumberOfThreads); - - /** * Removes a notifier thread from the pool of publishing queue threads. * * @param notifierThread Thread |
