mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Vanessa Richie
08.57.2013 003a6fdb981d3b2be660ec32ff96f338d85cc53c
Updating example for consistency.
1 files modified
6 ■■■■■ changed files
opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml 6 ●●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml
@@ -52,10 +52,8 @@
 somewhere else on your system. Unless you install from native packages,
 you create this location before you install.</para>
 <programlisting language='java'>class Test
{
    public static void main(String [] args)
    {
 <programlisting language='java'>class Test {
    public static void main(String [] args)  {
        System.out.println("This is a program listing.");
    }
}</programlisting>