src/share/classes/com/sun/tools/doclets/formats/html/FrameOutputWriter.java

changeset 1364
8db45b13526e
parent 1359
25e14ad23cef
child 1372
78962d89f283
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/FrameOutputWriter.java	Fri Oct 12 14:53:50 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/FrameOutputWriter.java	Mon Oct 15 17:07:55 2012 -0700
     1.3 @@ -95,7 +95,7 @@
     1.4       * Generate the contants in the "index.html" file. Print the frame details
     1.5       * as well as warning if browser is not supporting the Html frames.
     1.6       */
     1.7 -    protected void generateFrameFile() {
     1.8 +    protected void generateFrameFile() throws IOException {
     1.9          Content frameset = getFrameDetails();
    1.10          if (configuration.windowtitle.length() > 0) {
    1.11              printFramesetDocument(configuration.windowtitle, configuration.notimestamp,

mercurial