Skip to content

Commit

Permalink
Rename HeatMapUtilities -> HeatMapUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed May 6, 2017
1 parent f53cb86 commit 7b90718
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2016, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2017, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand All @@ -24,10 +24,10 @@
* [Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.]
*
* ---------------------
* HeatMapUtilities.java
* ---------------------
* (C) Copyright 2009-2016, by Object Refinery Limited.
* -----------------
* HeatMapUtils.java
* -----------------
* (C) Copyright 2009-2017, by Object Refinery Limited.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Contributor(s): -;
Expand Down Expand Up @@ -55,7 +55,7 @@
*
* @since 1.0.13
*/
public abstract class HeatMapUtilities {
public abstract class HeatMapUtils {

/**
* Returns a dataset containing one series that holds a copy of the (x, z)
Expand Down

0 comments on commit 7b90718

Please sign in to comment.