--- old/src/share/classes/javax/net/ssl/SSLEngine.java 2013-12-03 09:35:38.000000000 -0800 +++ new/src/share/classes/javax/net/ssl/SSLEngine.java 2013-12-03 09:35:38.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2013, 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 @@ -329,7 +329,7 @@ * is saved. All future delegated tasks will be processed using this * context: that is, all access control decisions will be made using the * context captured at engine creation. - *

+ * *


* * Concurrency Notes: @@ -345,7 +345,7 @@ * out-of-order, unexpected or fatal results may occur. *

* For example: - *

+ * *

  *              synchronized (outboundLock) {
  *                  sslEngine.wrap(src, dst);