TypeParameterSuperClass.java revision 3233:b5d08bc0d224
16059Samurai/*
26059Samurai * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
36059Samurai * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
46059Samurai *
56059Samurai * This code is free software; you can redistribute it and/or modify it
66059Samurai * under the terms of the GNU General Public License version 2 only, as
76059Samurai * published by the Free Software Foundation.
86059Samurai *
96059Samurai * This code is distributed in the hope that it will be useful, but WITHOUT
106059Samurai * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
116059Samurai * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
126059Samurai * version 2 for more details (a copy is included in the LICENSE file that
136059Samurai * accompanied this code).
146059Samurai *
156059Samurai * You should have received a copy of the GNU General Public License version
166059Samurai * 2 along with this work; if not, write to the Free Software Foundation,
176059Samurai * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
186059Samurai *
198857Srgrimes * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2050479Speter * or visit www.oracle.com if you need additional information or have any
218857Srgrimes * questions.
226059Samurai */
236059Samurai
246059Samuraipackage pkg;
256059Samurai
2643313Sbrianpublic class TypeParameterSuperClass<E extends String> {}
2731195Sbrian