Update Java-LowLevel.xml - title case
This commit is contained in:
parent
3dde0c102d
commit
96d02b8f9b
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
]>
|
||||
<section id="sect-Defensive_Coding-Java-LowLevel">
|
||||
<title>Low-level features of the virtual machine</title>
|
||||
<title>Low-level Features of the Virtual Machine</title>
|
||||
|
||||
<section id="sect-Defensive_Coding-Java-Reflection">
|
||||
<title><literal>Reflection and private parts</literal></title>
|
||||
<title><literal>Reflection and Private Parts</literal></title>
|
||||
<para>
|
||||
The <function>setAccessible(boolean)</function> method of the
|
||||
<literal>java.lang.reflect.AccessibleObject</literal> class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue