mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
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:
committed by
Thomas Fitzsimmons
parent
45b88fa2c4
commit
97797e00e7
@@ -1462,7 +1462,7 @@ public class HTMLEditorKit
|
||||
}
|
||||
catch (IOException ex)
|
||||
{
|
||||
// No style available.
|
||||
throw new RuntimeException("No style available.", ex);
|
||||
}
|
||||
}
|
||||
return styleSheet;
|
||||
|
||||
Reference in New Issue
Block a user