summaryrefslogtreecommitdiffstats
path: root/common-util/src/main/java/org/openo/baseservice/encrypt/cbb
diff options
context:
space:
mode:
authortian.ming@huawei.com <tian.ming@huawei.com>2016-09-13 21:39:36 +0800
committertian.ming@huawei.com <tian.ming@huawei.com>2016-09-13 21:39:36 +0800
commitf84ace36fe23ab9cdb698dcce9d6dacd9f89e7a8 (patch)
tree32d93dcac0423fc598bc7ad0b88199b7b6aa5ebc /common-util/src/main/java/org/openo/baseservice/encrypt/cbb
parent7476493080d6c7dc895f1eeda7d4781c8295b03f (diff)
fix the comment error.
Change-Id: Ib6842673f5a6ae4ea59eae469c69e332ebd3a3f6 Signed-off-by: tian.ming@huawei.com <tian.ming@huawei.com>
Diffstat (limited to 'common-util/src/main/java/org/openo/baseservice/encrypt/cbb')
-rw-r--r--common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java
index 2d36dd8..f117269 100644
--- a/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java
+++ b/common-util/src/main/java/org/openo/baseservice/encrypt/cbb/impl/AesCipher.java
@@ -68,9 +68,9 @@ public class AesCipher implements AbstractCipher {
* Constructor<br/>
* <p>
* </p>
- *
- * @since
- * @param ckey: key.
+ * Creates key.
+ * @param key
+ * @since
*/
public AesCipher(final String key) {
super();