--- old/src/share/classes/javax/crypto/Cipher.java 2013-12-03 09:35:36.000000000 -0800 +++ new/src/share/classes/javax/crypto/Cipher.java 2013-12-03 09:35:36.000000000 -0800 @@ -62,17 +62,17 @@ * algorithm (e.g., DES), and may be followed by a feedback mode and * padding scheme. * - *

A transformation is of the form:

+ *

A transformation is of the form: * *

* *

(in the latter case, * provider-specific default values for the mode and padding scheme are used). - * For example, the following is a valid transformation:

+ * For example, the following is a valid transformation: * *

  *     Cipher c = Cipher.getInstance("DES/CBC/PKCS5Padding");