package com.sun.java.util.collections; /** * This class is here to help compilation of the JDK1.1 compatiblity * code under JDK1.2 * @author Joe Walker */ public class Dummy { /** * Make sure that we are not used */ private Dummy() { } }