forked from pool/javassist
45 lines
1.5 KiB
Diff
45 lines
1.5 KiB
Diff
--- javassist-rel_3_21_0_ga/src/main/javassist/bytecode/analysis/package.html 2016-10-03 17:44:29.000000000 +0200
|
|
+++ javassist-rel_3_21_0_ga/src/main/javassist/bytecode/analysis/package.html 2017-09-08 10:13:36.599899677 +0200
|
|
@@ -11,10 +11,10 @@
|
|
<p>The users of this package must know the specifications of
|
|
class file and Java bytecode. For more details, read this book:
|
|
|
|
-<ul>Tim Lindholm and Frank Yellin,
|
|
+<ul><li>Tim Lindholm and Frank Yellin,
|
|
"The Java Virtual Machine Specification 2nd Ed.",
|
|
Addison-Wesley, 1999.
|
|
-</ul>
|
|
+</li></ul>
|
|
|
|
</body>
|
|
</html>
|
|
--- javassist-rel_3_21_0_ga/src/main/javassist/bytecode/package.html 2016-10-03 17:44:29.000000000 +0200
|
|
+++ javassist-rel_3_21_0_ga/src/main/javassist/bytecode/package.html 2017-09-08 10:12:48.055898848 +0200
|
|
@@ -9,10 +9,10 @@
|
|
<p>The users of this package must know the specifications of
|
|
class file and Java bytecode. For more details, read this book:
|
|
|
|
-<ul>Tim Lindholm and Frank Yellin,
|
|
+<ul><li>Tim Lindholm and Frank Yellin,
|
|
"The Java Virtual Machine Specification 2nd Ed.",
|
|
Addison-Wesley, 1999.
|
|
-</ul>
|
|
+</li></ul>
|
|
|
|
</body>
|
|
</html>
|
|
--- javassist-rel_3_21_0_ga/src/main/javassist/package.html 2016-10-03 17:44:29.000000000 +0200
|
|
+++ javassist-rel_3_21_0_ga/src/main/javassist/package.html 2017-09-08 10:14:14.935900331 +0200
|
|
@@ -12,9 +12,9 @@
|
|
|
|
<p>To know the version number of this package, type the following command:
|
|
|
|
-<ul><pre>
|
|
+<ul><li><pre>
|
|
java -jar javassist.jar
|
|
-</pre></ul>
|
|
+</pre></li></ul>
|
|
|
|
<p>It prints the version number on the console.
|
|
|