8312578: Redundant javadoc in X400Address

Reviewed-by: xuelei, hchao
This commit is contained in:
John Jiang 2023-07-24 22:12:28 +00:00
parent d0761c19d1
commit d63bff672f

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2000, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -337,12 +337,6 @@ public class X400Address implements GeneralNameInterface {
// Private data members
DerValue derValue;
/**
* Create the X400Address object from the specified byte array
*
* @param value value of the name as a byte array
*/
/**
* Create the X400Address object from the passed encoded Der value.
*