<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://wiki.apidesign.org/skins/common/feed.css?116"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Errata 4 - Revision history</title>
		<link>http://wiki.apidesign.org/index.php?title=Errata_4&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.12.0rc1</generator>
		<lastBuildDate>Wed, 22 Apr 2026 15:42:24 GMT</lastBuildDate>
		<item>
			<title>JaroslavTulach at 18:02, 23 January 2014</title>
			<link>http://wiki.apidesign.org/index.php?title=Errata_4&amp;diff=7332&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

			&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;tr&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 18:02, 23 January 2014&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 11:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 11:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Yoshiki]] thinks, &amp;quot;JDK 1.2&amp;quot; should read &amp;quot;JDK 1.1&amp;quot;. True. Looking at {{JDK|java/util|List}}&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Yoshiki]] thinks, &amp;quot;JDK 1.2&amp;quot; should read &amp;quot;JDK 1.1&amp;quot;. True. Looking at {{JDK|java/util|List}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;one can see &amp;quot;since 1.2&amp;quot;. As such the comment should say JDK 1.1. The &lt;del style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;online &lt;/del&gt;online sources are fixed:&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;one can see &amp;quot;since 1.2&amp;quot;. As such the comment should say JDK 1.1. The online sources are fixed:&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;http://source.apidesign.org/hg/apidesign/rev/b5f24c7c2a8e&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;http://source.apidesign.org/hg/apidesign/rev/b5f24c7c2a8e&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</description>
			<pubDate>Thu, 23 Jan 2014 18:02:08 GMT</pubDate>			<dc:creator>JaroslavTulach</dc:creator>			<comments>http://wiki.apidesign.org/wiki/Talk:Errata_4</comments>		</item>
		<item>
			<title>JaroslavTulach: New page: On page 43, in the comment inside code example:  &lt;source lang=&quot;java&quot;&gt; import java.awt.*; import java.util.*; /** Could be compiled on JDK 1.2, before java.util.List was created */ public c...</title>
			<link>http://wiki.apidesign.org/index.php?title=Errata_4&amp;diff=7305&amp;oldid=prev</link>
			<description>&lt;p&gt;New page: On page 43, in the comment inside code example:  &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt; import java.awt.*; import java.util.*; &lt;span class=&quot;autocomment&quot;&gt;- * Could be compiled on JDK 1.2, before java.util.List was created: &lt;/span&gt; public c...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;On page 43, in the comment inside code example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
import java.awt.*;&lt;br /&gt;
import java.util.*;&lt;br /&gt;
/** Could be compiled on JDK 1.2, before java.util.List was created */&lt;br /&gt;
public class VList extends List {&lt;br /&gt;
    Vector v;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Yoshiki]] thinks, &amp;quot;JDK 1.2&amp;quot; should read &amp;quot;JDK 1.1&amp;quot;. True. Looking at {{JDK|java/util|List}}&lt;br /&gt;
one can see &amp;quot;since 1.2&amp;quot;. As such the comment should say JDK 1.1. The online online sources are fixed:&lt;br /&gt;
http://source.apidesign.org/hg/apidesign/rev/b5f24c7c2a8e&lt;/div&gt;</description>
			<pubDate>Tue, 21 Jan 2014 16:46:48 GMT</pubDate>			<dc:creator>JaroslavTulach</dc:creator>			<comments>http://wiki.apidesign.org/wiki/Talk:Errata_4</comments>		</item>
	</channel>
</rss>