1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/src/crypto/IDecryptorBuilderProvider.cs b/crypto/src/crypto/IDecryptorBuilderProvider.cs
index 7f151e3ae..42ef2be18 100644
--- a/crypto/src/crypto/IDecryptorBuilderProvider.cs
+++ b/crypto/src/crypto/IDecryptorBuilderProvider.cs
@@ -12,7 +12,6 @@ namespace Org.BouncyCastle.Crypto
/// </summary>
/// <param name="algorithmDetails">The algorithm details/parameters to use to create the final cipher.</param>
/// <returns>A new cipher builder.</returns>
- ICipherBuilder CreateDecryptorBuilder (Object algorithmDetails);
+ ICipherBuilder CreateDecryptorBuilder(object algorithmDetails);
}
}
-
|