All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.blazebit.text.AbstractDecimalFormat Maven / Gradle / Ivy

There is a newer version: 1.6.11
Show newest version
/*
 * Copyright 2011 Blazebit
 */
package com.blazebit.text;

import java.io.Serializable;

/**
 * @author Christian Beikov
 */
public abstract class AbstractDecimalFormat extends
        AbstractFormat {

    private static final long serialVersionUID = 1L;

    public AbstractDecimalFormat(Class clazz) {
        super(clazz);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy