Skip to content

Commit

Permalink
Forgot a one liner in the previous commit
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.codehaus.org/geoserver/branches/2.1.x@16543 ef1d6e69-97e5-0310-af46-8a06194da32a
  • Loading branch information
aaime committed Nov 4, 2011
1 parent 821f2e8 commit 22c89ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Font getFont() {
font = FontCache.getDefaultInstance().getFont(fontFamily);
if(font == null) {
LOGGER.log(Level.WARNING, "Font " + fontFamily + " not found, falling back on the default");
font = DEFAULT_FONT;
}
}
if(fontSize > 0) {
Expand Down

0 comments on commit 22c89ad

Please sign in to comment.