jdk/src/share/classes/com/sun/tools/hat/internal/util/CompositeEnumeration.java
changeset 468 642c8c0be52e
parent 2 90ce3da70b43
child 715 f16baef3a20e
equal deleted inserted replaced
330:5ae7db536e3f 468:642c8c0be52e
     1 /*
     1 /*
     2  * Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1997-2005 Sun Microsystems, Inc.  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.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
    23  * have any questions.
    23  * have any questions.
    24  */
    24  */
    25 
    25 
    26 
    26 
    27 /*
    27 /*
    28  * The contents of this file are subject to the Sun Public License
       
    29  * Version 1.0 (the "License"); you may not use this file except in
       
    30  * compliance with the License. A copy of the License is available at
       
    31  * http://www.sun.com/, and in the file LICENSE.html in the
       
    32  * doc directory.
       
    33  *
       
    34  * The Original Code is HAT. The Initial Developer of the
    28  * The Original Code is HAT. The Initial Developer of the
    35  * Original Code is Bill Foote, with contributions from others
    29  * Original Code is Bill Foote, with contributions from others
    36  * at JavaSoft/Sun. Portions created by Bill Foote and others
    30  * at JavaSoft/Sun.
    37  * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
       
    38  *
       
    39  * In addition to the formal license, I ask that you don't
       
    40  * change the history or donations files without permission.
       
    41  *
       
    42  */
    31  */
    43 
    32 
    44 package com.sun.tools.hat.internal.util;
    33 package com.sun.tools.hat.internal.util;
    45 
    34 
    46 import java.util.Enumeration;
    35 import java.util.Enumeration;