mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8330178: Clean up non-standard use of /** comments in java.base
Reviewed-by: darcy, iris, dfuchs, aivanov, naoto
This commit is contained in:
parent
88a5dcead2
commit
9cc163a999
23 changed files with 78 additions and 84 deletions
|
@ -23,6 +23,9 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
package sun.security.util;
|
||||
|
||||
import java.util.Comparator;
|
||||
|
||||
/**
|
||||
* ByteArrayTagOrder: a class for comparing two DER encodings by the
|
||||
|
@ -31,10 +34,6 @@
|
|||
* @author D. N. Hoover
|
||||
*/
|
||||
|
||||
package sun.security.util;
|
||||
|
||||
import java.util.Comparator;
|
||||
|
||||
public class ByteArrayTagOrder implements Comparator<byte[]> {
|
||||
|
||||
/**
|
||||
|
|
|
@ -23,16 +23,15 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
/**
|
||||
* IOUtils: A collection of IO-related public static methods.
|
||||
*/
|
||||
|
||||
package sun.security.util;
|
||||
|
||||
import java.io.EOFException;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
|
||||
/**
|
||||
* IOUtils: A collection of IO-related public static methods.
|
||||
*/
|
||||
public class IOUtils {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue