8179654: New JDK 9 typos in SSLEngineResult
authorxuelei
Tue, 29 Aug 2017 00:01:00 +0000
changeset 47015 ae0aad3b3881
parent 47014 44dcfa6aa1a5
child 47016 49f2da5b2ea3
8179654: New JDK 9 typos in SSLEngineResult Reviewed-by: ascarpino, wetmore
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)