Revision: 7900
http://svn.sourceforge.net/foray/?rev=7900&view=rev
Author: victormote
Date: 2006-09-04 18:12:52 -0700 (Mon, 04 Sep 2006)
Log Message:
-----------
Clean up some checkstyle issues.
Modified Paths:
--------------
trunk/foray/foray-font/src/java/org/foray/font/FontSelectorFactory.java
Modified: trunk/foray/foray-font/src/java/org/foray/font/FontSelectorFactory.java
===================================================================
--- trunk/foray/foray-font/src/java/org/foray/font/FontSelectorFactory.java 2006-09-05 01:12:36 UTC (rev 7899)
+++ trunk/foray/foray-font/src/java/org/foray/font/FontSelectorFactory.java 2006-09-05 01:12:52 UTC (rev 7900)
@@ -34,6 +34,6 @@
* @param consumer The FontConsumer that owns the new FontSelector.
* @return The newly-created FontSelector instance.
*/
- public abstract FontSelector makeFontSelector(FOrayFontConsumer consumer);
+ FontSelector makeFontSelector(FOrayFontConsumer consumer);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|