Skip to content

Commit 5214629

Browse files
authored
Merge pull request #246 from habibasorour/issue_134_code
Issue 134 fixed: c tag format in 3.4
2 parents 3f507d1 + cc41a70 commit 5214629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ch3_javadatatypes.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ public class Histo {
688688
</p>
689689

690690
<p>
691-
Technically, you don&#x2019;t <em>have</em> to declare what is going to be in an array list. The compiler will allow you to leave the <c>&lt;``*Type*</c>&gt;`` off the declaration. If you don&#x2019;t tell Java what kind of object is going to be on the list Java will give you a warning message like <xref ref="java-arraylist-warning" text="type-global"/> when you compile the program.
691+
Technically, you don&#x2019;t <em>have</em> to declare what is going to be in an array list. The compiler will allow you to leave the <c>&lt;*Type*&gt;</c> off the declaration. If you don&#x2019;t tell Java what kind of object is going to be on the list Java will give you a warning message like <xref ref="java-arraylist-warning" text="type-global"/> when you compile the program.
692692
</p>
693693

694694
<listing xml:id="java-arraylist-warning">

0 commit comments

Comments
 (0)