Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Noncompliant code example

Wiki Markup
This is an example from the JDK 1.4.2 software.\[[Function Table|#ref3]\]

Code Block
bgColor#FFCCCC
package org.apache.xpath.compiler;

public class FunctionTable {
    public static FuncLoader m_functions;
}

...