RemovalPlural.java revision 3719:32c685715095
11541Srgrimes/*
21541Srgrimes * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
31541Srgrimes * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
41541Srgrimes *
51541Srgrimes * This code is free software; you can redistribute it and/or modify it
61541Srgrimes * under the terms of the GNU General Public License version 2 only, as
71541Srgrimes * published by the Free Software Foundation.
81541Srgrimes *
91541Srgrimes * This code is distributed in the hope that it will be useful, but WITHOUT
1097379Sdes * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1197379Sdes * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1297379Sdes * version 2 for more details (a copy is included in the LICENSE file that
1397379Sdes * accompanied this code).
1497379Sdes *
1597379Sdes * You should have received a copy of the GNU General Public License version
1697379Sdes * 2 along with this work; if not, write to the Free Software Foundation,
1797379Sdes * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
181541Srgrimes *
191541Srgrimes * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
201541Srgrimes * or visit www.oracle.com if you need additional information or have any
211541Srgrimes * questions.
221541Srgrimes */
231541Srgrimes
241541Srgrimesclass RemovalPlural {
251541Srgrimes    RemovalClass d;
261541Srgrimes}
271541Srgrimes