From 28fa18278c1f3a87722d5e8b78f581526a30bb38 Mon Sep 17 00:00:00 2001 From: Yuuta Liang Date: Sat, 14 Oct 2023 05:35:17 +0800 Subject: Fix lint Signed-off-by: Yuuta Liang --- src/main/model/asn1/Null.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/model/asn1/Null.java') diff --git a/src/main/model/asn1/Null.java b/src/main/model/asn1/Null.java index 019db85..9045e14 100644 --- a/src/main/model/asn1/Null.java +++ b/src/main/model/asn1/Null.java @@ -24,9 +24,9 @@ public class Null extends ASN1Object { /** * EFFECTS: Parse input bytes. For more information on tags parsing, consult {@link ASN1Object}. - * Throws {@link ParseException} if the input data is invalid: - * - The length is not 0 - * - Other cases as denoted in {@link ASN1Object} + * Throws {@link ParseException} if the input data is invalid: + * - The length is not 0 + * - Other cases as denoted in {@link ASN1Object} */ public Null(BytesReader encoded, boolean hasParentTag) throws ParseException { super(encoded, hasParentTag); -- cgit v1.2.3