mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8301299: Wrong class spec on sun.security.util.Pem
Reviewed-by: jnimeh
This commit is contained in:
parent
51ac8783b9
commit
6c927c92f7
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 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
|
||||
|
@ -30,7 +30,7 @@ import java.nio.charset.StandardCharsets;
|
|||
import java.util.Base64;
|
||||
|
||||
/**
|
||||
* The Length interface defines the length of an object
|
||||
* A utility class for PEM format encoding.
|
||||
*/
|
||||
public class Pem {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue