@@ -56,8 +56,8 @@ public void setupMoreComplexObject() throws IOException {
5656 inputStream = addCloseable (new ByteArrayInputStream (bos .toByteArray ()));
5757 }
5858
59- /** Trusting java.* is probably reasonable and avoids having to be too
60- * detailed in the accepts.
59+ /**
60+ * Trusting java.* is probably reasonable and avoids having to be too detailed in the accepts.
6161 */
6262 @ Test
6363 public void testTrustJavaIncludingArrays () throws IOException , ClassNotFoundException {
@@ -68,9 +68,9 @@ public void testTrustJavaIncludingArrays() throws IOException, ClassNotFoundExce
6868 ));
6969 }
7070
71- /** Trusting java.lang.* and the array variants of that means we have
72- * to define a number of accept classes explicitly. Quite safe but
73- * might become a bit verbose.
71+ /**
72+ * Trusting java.lang.* and the array variants of that means we have to define a number of accept classes explicitly. Quite safe but might become a bit
73+ * verbose.
7474 */
7575 @ Test
7676 public void testTrustJavaLang () throws IOException , ClassNotFoundException {
@@ -81,11 +81,10 @@ public void testTrustJavaLang() throws IOException, ClassNotFoundException {
8181 ));
8282 }
8383
84- /** Here we accept everything but reject specific classes, using a pure
85- * blacklist mode.
84+ /**
85+ * Here we accept everything but reject specific classes, using a pure blacklist mode.
8686 *
87- * That's not as safe as it's hard to get an exhaustive blacklist, but
88- * might be ok in controlled environments.
87+ * That's not as safe as it's hard to get an exhaustive blacklist, but might be ok in controlled environments.
8988 */
9089 @ Test
9190 public void testUseBlacklist () throws IOException , ClassNotFoundException {
0 commit comments