QualBoxedPostOp3Parent.java revision 3810:e5e4064d037d
1185573Srwatson/*
2191273Srwatson * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
3155131Srwatson * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4155131Srwatson *
5155131Srwatson * This code is free software; you can redistribute it and/or modify it
6155131Srwatson * under the terms of the GNU General Public License version 2 only, as
7155131Srwatson * published by the Free Software Foundation.
8155131Srwatson *
9155131Srwatson * This code is distributed in the hope that it will be useful, but WITHOUT
10155131Srwatson * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11155131Srwatson * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12155131Srwatson * version 2 for more details (a copy is included in the LICENSE file that
13185573Srwatson * accompanied this code).
14155131Srwatson *
15155131Srwatson * You should have received a copy of the GNU General Public License version
16155131Srwatson * 2 along with this work; if not, write to the Free Software Foundation,
17155131Srwatson * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18155131Srwatson *
19155131Srwatson * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20155131Srwatson * or visit www.oracle.com if you need additional information or have any
21155131Srwatson * questions.
22155131Srwatson */
23155131Srwatson
24155131Srwatsonpackage p;
25155131Srwatson
26155131Srwatsonpublic class QualBoxedPostOp3Parent {
27155131Srwatson    protected Integer j=20;
28155131Srwatson}
29191273Srwatson