package java.text; import java.io.Serializable; /** * only a dummy for gwt compiler */ public abstract class Format implements Serializable, Cloneable { private static final long serialVersionUID = -299282585814624189L; /** * Sole constructor. (For invocation by subclass constructors, typically * implicit.) */ protected Format() { } }