--- 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)