James Moger
2014-03-06 6a74e2d8ce1a0c6bcd64bdb1c64907726d007345
src/main/java/com/gitblit/wicket/charting/GoogleCharts.java
@@ -13,7 +13,6 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 */
package com.gitblit.wicket.charting;
import java.util.ArrayList;
@@ -26,9 +25,9 @@
 * The Google Visualization API provides interactive JavaScript based charts and
 * graphs. This class implements the JavaScript header necessary to display
 * complete graphs and charts.
 *
 *
 * @author James Moger
 *
 *
 */
public class GoogleCharts implements IHeaderContributor {