gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: shouldn't be a data class


From: gnunet
Subject: [libeufin] branch master updated: shouldn't be a data class
Date: Mon, 04 Nov 2019 12:46:41 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new e3307ec  shouldn't be a data class
e3307ec is described below

commit e3307ec4f08ad31ac75baa22486d5d04bbdfdcfe
Author: Florian Dold <address@hidden>
AuthorDate: Mon Nov 4 12:46:38 2019 +0100

    shouldn't be a data class
---
 sandbox/src/main/kotlin/CryptoUtil.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/CryptoUtil.kt 
b/sandbox/src/main/kotlin/CryptoUtil.kt
index 58a61d6..b188fd4 100644
--- a/sandbox/src/main/kotlin/CryptoUtil.kt
+++ b/sandbox/src/main/kotlin/CryptoUtil.kt
@@ -52,7 +52,7 @@ data class RsaCrtKeyPair(val private: RSAPrivateCrtKey, val 
public: RSAPublicKey
  */
 class CryptoUtil {
 
-    data class EncryptionResult(
+    class EncryptionResult(
         val encryptedTransactionKey: ByteArray,
         val pubKeyDigest: ByteArray,
         val encryptedData: ByteArray

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]