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

Vanessa Richie
08.57.2013 9f2a14f560f0878690557a60870286c3cffe541b
Updating example for consistency.
1 files modified
6 ■■■■■ changed files
opendj-sdk/opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml 6 ●●●●● patch | view | raw | blame | history
opendj-sdk/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>