Skip to content

Commit 11f011d

Browse files
authored
Merge pull request #171 from RunestoneInteractive/fix-xml-ids
fix duplicate xml:id in ch2
2 parents 44298c6 + 2ff5c3e commit 11f011d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ch2_firstjavaprogram.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ System.
453453
</p>
454454

455455

456-
<program xml:id="java-static" language="java">
456+
<program xml:id="java-staticmethod" language="java">
457457
<code>
458458
class Hello(object):
459459
@staticmethod

0 commit comments

Comments
 (0)