Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8267683: rfc7301Grease8F value not displayed correctly in SSLParamete…
…rs javadoc

Reviewed-by: coffeys
  • Loading branch information
Bradford Wetmore committed May 25, 2021
1 parent 0b77359 commit e751b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/java.base/share/classes/javax/net/ssl/SSLParameters.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2021, 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 @@ -660,7 +660,7 @@ public String[] getApplicationProtocols() {
* String HUK_UN_I = new String(bytes, StandardCharsets.ISO_8859_1);
*
* // 0x00-0xFF: 1 byte
* String rfc7301Grease8F = "\u005c008F\u005c008F";
* String rfc7301Grease8A = "\u005cu008A\u005cu008A";
*
* SSLParameters p = sslSocket.getSSLParameters();
* p.setApplicationProtocols(new String[] {
Expand Down

1 comment on commit e751b7b

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.