From 3e3246e42af6979556dec66ec10ad3d3e009217c Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 01 Mar 2007 05:18:42 +0000
Subject: [PATCH] Remove blank lines at the beginning of methods left after eliminating the debugEnter and debugConstructor calls.
---
opendj-sdk/opends/src/server/org/opends/server/extensions/CancelExtendedOperation.java | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/extensions/CancelExtendedOperation.java b/opendj-sdk/opends/src/server/org/opends/server/extensions/CancelExtendedOperation.java
index 209040d..14ccff5 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/extensions/CancelExtendedOperation.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/extensions/CancelExtendedOperation.java
@@ -97,7 +97,6 @@
public void initializeExtendedOperationHandler(ConfigEntry configEntry)
throws ConfigException, InitializationException
{
-
// No special configuration is required.
DirectoryServer.registerSupportedExtension(OID_CANCEL_REQUEST, this);
@@ -111,7 +110,6 @@
*/
public void finalizeExtendedOperationHandler()
{
-
DirectoryServer.deregisterSupportedExtension(OID_CANCEL_REQUEST);
}
@@ -124,8 +122,6 @@
*/
public void processExtendedOperation(ExtendedOperation operation)
{
-
-
// The value of the request must be a sequence containing an integer element
// that holds the message ID of the operation to cancel. If there is no
// value or it cannot be decoded, then fail.
--
Gitblit v1.10.0