You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<classname>StructDescriptor</classname>s, as shown in the following
2627
2627
example, or <classname>ArrayDescriptor</classname>s.<!--Rewording of preceding ok? The example is showing human participation, I assume. ;-) TR: Yes :), OK.--></para>
2628
2628
2629
-
<para><programlistinglanguage="java">final TestItem - new TestItem(123L, "A test item",
2630
-
new SimpleDateFormat("yyyy-M-d").parse("2010-12-31"););
2629
+
<para><programlistinglanguage="java">final TestItem = new TestItem(123L, "A test item",
2630
+
new SimpleDateFormat("yyyy-M-d").parse("2010-12-31"));
0 commit comments