From d8227101d5e78fefef8b2b50beccbceefc17553e Mon Sep 17 00:00:00 2001 From: J <42374076+Jefferson111@users.noreply.github.com> Date: Mon, 11 Nov 2019 10:33:01 +0800 Subject: [PATCH] Update DeveloperGuide.adoc --- docs/DeveloperGuide.adoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/DeveloperGuide.adoc b/docs/DeveloperGuide.adoc index e34d05bc2d..7dd6e7b0ce 100644 --- a/docs/DeveloperGuide.adoc +++ b/docs/DeveloperGuide.adoc @@ -678,12 +678,6 @@ Other helper commands such as: `profileShow`, `listFav` and `showfav` have not b ** Pros: Easier and more intuitive for user to view favourite list. ** Cons: More difficult to implement as some classes can't be reused. -=== [Proposed] Data Encryption - -_{Explain here how the data encryption feature will be implemented}_ - -// end::dataencryption[] - === Logging We are using `java.util.logging` package for logging.