langtools/test/jdk/javadoc/doclet/testSerializedFormDeprecationInfo/pkg1/C1.java
changeset 41451 a847c7aa25a7
parent 35426 374342e56a56
equal deleted inserted replaced
41450:83877f4dd010 41451:a847c7aa25a7
     1 /*
     1 /*
     2  * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    73      *
    73      *
    74      * @param title the title
    74      * @param title the title
    75      * @param test boolean value
    75      * @param test boolean value
    76      * @exception IllegalArgumentException if the <code>owner</code>'s
    76      * @exception IllegalArgumentException if the <code>owner</code>'s
    77      *     <code>GraphicsConfiguration</code> is not from a screen device
    77      *     <code>GraphicsConfiguration</code> is not from a screen device
    78      * @exception HeadlessException
       
    79      */
    78      */
    80      public C1(String title, boolean test) {
    79      public C1(String title, boolean test) {
    81 
    80 
    82      }
    81      }
    83 
    82 
    96     public void setUndecorated(boolean undecorated) {
    95     public void setUndecorated(boolean undecorated) {
    97         /* Make sure we don't run in the middle of peer creation.*/
    96         /* Make sure we don't run in the middle of peer creation.*/
    98     }
    97     }
    99 
    98 
   100     /**
    99     /**
       
   100      * @throws java.io.IOException on error
   101      * @see #setUndecorated(boolean)
   101      * @see #setUndecorated(boolean)
   102      */
   102      */
   103     public void readObject() throws IOException {
   103     public void readObject() throws IOException {
   104 
   104 
   105     }
   105     }