001    package echopoint.style.google.chart;
002    
003    /**
004     * <p>&copy; Copyright 2009 <a href='http://sptci.com/' target='_top'>Sans
005     * Pareil Technologies, Inc.</a></p>
006     *
007     * @author Rakesh Vidyadharan 2009-05-20
008     * @version $Id: MapStyle.java 204 2009-05-20 18:50:57Z sptrakesh $
009     */
010    public class MapStyle extends AbstractChartStyle
011    {
012      private static final long serialVersionUID = 1l;
013    }