Makefile.in: Regenerate.
2007-05-03 Thomas Fitzsimmons <fitzsim@redhat.com> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237304 * Makefile.in: Regenerate. * scripts/makemake.tcl (scan_directory): Treat default.css as a property file. * classpath/javax/swing/text/html/default.css: Move to... * classpath/resource/javax/swing/text/html/default.css: New file. * classpath/javax/swing/text/html/HTMLEditorKit.java (getStyleSheet): Throw RuntimeException when style loading fails. * sources.am (property_files): Add classpath/resource/javax/swing/text/html/default.css. From-SVN: r124387
This commit is contained in:
parent
45b88fa2c4
commit
97797e00e7
6 changed files with 19 additions and 1 deletions
|
@ -1462,7 +1462,7 @@ public class HTMLEditorKit
|
|||
}
|
||||
catch (IOException ex)
|
||||
{
|
||||
// No style available.
|
||||
throw new RuntimeException("No style available.", ex);
|
||||
}
|
||||
}
|
||||
return styleSheet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue