Skip to content

Commit

Permalink
8312578: Redundant javadoc in X400Address
Browse files Browse the repository at this point in the history
Reviewed-by: xuelei, hchao
  • Loading branch information
John Jiang committed Jul 24, 2023
1 parent d0761c1 commit d63bff6
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
*
Expand Down

0 comments on commit d63bff6

Please sign in to comment.