# HG changeset patch # User xuelei # Date 1503964860 0 # Node ID ae0aad3b3881e49704d2f8ba74da03e5008bde9a # Parent 44dcfa6aa1a57f209a4d2c97b10dad9b56d9eb1c 8179654: New JDK 9 typos in SSLEngineResult Reviewed-by: ascarpino, wetmore diff -r 44dcfa6aa1a5 -r ae0aad3b3881 jdk/src/java.base/share/classes/javax/net/ssl/SSLEngineResult.java --- a/jdk/src/java.base/share/classes/javax/net/ssl/SSLEngineResult.java Mon Aug 28 21:46:12 2017 +0200 +++ b/jdk/src/java.base/share/classes/javax/net/ssl/SSLEngineResult.java Tue Aug 29 00:01:00 2017 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2017, 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 @@ -213,7 +213,7 @@ * * @param sequenceNumber * the sequence number (unsigned long) of the produced or - * consumed SSL/TLS/DTLS record, or ${@code -1L} if no record + * consumed SSL/TLS/DTLS record, or {@code -1L} if no record * produced or consumed * * @throws IllegalArgumentException @@ -299,7 +299,7 @@ * implementation. * * @return the sequence number of the produced or consumed SSL/TLS/DTLS - * record; or ${@code -1L} if no record is produced or consumed, + * record; or {@code -1L} if no record is produced or consumed, * or this operation is not supported by the underlying provider * * @see java.lang.Long#compareUnsigned(long, long)