[Japi-cvs] SF.net SVN: japi:[1393] libs/swing-font/trunk/src/prj/net/sf/japi/swing/ font/FontFamil
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-10-26 05:55:16
|
Revision: 1393
http://japi.svn.sourceforge.net/japi/?rev=1393&view=rev
Author: christianhujer
Date: 2009-10-26 05:55:07 +0000 (Mon, 26 Oct 2009)
Log Message:
-----------
Fix bug.
Modified Paths:
--------------
libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontFamilyListCellRenderer.java
Modified: libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontFamilyListCellRenderer.java
===================================================================
--- libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontFamilyListCellRenderer.java 2009-10-26 05:54:27 UTC (rev 1392)
+++ libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontFamilyListCellRenderer.java 2009-10-26 05:55:07 UTC (rev 1393)
@@ -40,7 +40,7 @@
/** The fonts to render.
* @serial include
*/
- @NotNull private Map<String, Font> fonts;
+ @Nullable private Map<String, Font> fonts;
/** Set the fonts to render.
* The key of the map is the family name, the value of the map is the font to render.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|