Package mondrian.util

Class UtilCompatibleJdk16

java.lang.Object
mondrian.util.UtilCompatibleJdk15
mondrian.util.UtilCompatibleJdk16
All Implemented Interfaces:
UtilCompatible

public class UtilCompatibleJdk16 extends UtilCompatibleJdk15
Implementation of UtilCompatible that runs in JDK 1.6.

Prior to JDK 1.6, this class should never be loaded. Applications should instantiate this class via Class.forName(String) or better, use methods in Util, and not instantiate it at all.

Author:
jhyde