java.rst
changeset 176 5181378e42af
parent 157 3c8b51cd094d
child 267 c513b3c60e73
--- a/java.rst	Fri Aug 07 20:36:28 2009 +0300
+++ b/java.rst	Thu Aug 20 22:45:18 2009 +0300
@@ -1,16 +1,16 @@
--*- outline -*-
-
-* Class version.
-
-See value of 6 and 8 bytes in .class file:
-
-  {0xCA, 0xFE, 0xBA, 0xBE, 0x00, minor, 0x00, major}
-
-major  minor Java platform version
-45       3           1.0
-45       3           1.1
-46       0           1.2
-47       0           1.3
-48       0           1.4
-49       0           1.5
-50       0           1.6
+-*- outline -*-
+
+* Class version.
+
+See value of 6 and 8 bytes in .class file:
+
+  {0xCA, 0xFE, 0xBA, 0xBE, 0x00, minor, 0x00, major}
+
+major  minor Java platform version
+45       3           1.0
+45       3           1.1
+46       0           1.2
+47       0           1.3
+48       0           1.4
+49       0           1.5
+50       0           1.6