mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8312578: Redundant javadoc in X400Address
Reviewed-by: xuelei, hchao
This commit is contained in:
parent
d0761c19d1
commit
d63bff672f
1 changed files with 1 additions and 7 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue