Revision: 855
http://jfreechart.svn.sourceforge.net/jfreechart/?rev=855&view=rev
Author: mungady
Date: 2008-04-18 07:21:10 -0700 (Fri, 18 Apr 2008)
Log Message:
-----------
Adjusted whitespace.
Modified Paths:
--------------
trunk/source/org/jfree/chart/labels/StandardCategoryToolTipGenerator.java
Modified: trunk/source/org/jfree/chart/labels/StandardCategoryToolTipGenerator.java
===================================================================
--- trunk/source/org/jfree/chart/labels/StandardCategoryToolTipGenerator.java 2008-04-18 14:13:21 UTC (rev 854)
+++ trunk/source/org/jfree/chart/labels/StandardCategoryToolTipGenerator.java 2008-04-18 14:21:10 UTC (rev 855)
@@ -53,15 +53,15 @@
* {@link org.jfree.chart.renderer.category.CategoryItemRenderer}.
*/
public class StandardCategoryToolTipGenerator
- extends AbstractCategoryItemLabelGenerator
- implements CategoryToolTipGenerator, Serializable {
+ extends AbstractCategoryItemLabelGenerator
+ implements CategoryToolTipGenerator, Serializable {
/** For serialization. */
private static final long serialVersionUID = -6768806592218710764L;
/** The default format string. */
public static final String DEFAULT_TOOL_TIP_FORMAT_STRING
- = "({0}, {1}) = {2}";
+ = "({0}, {1}) = {2}";
/**
* Creates a new generator with a default number formatter.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|