404N/A/*
404N/A * Copyright 2009 Google, Inc. All Rights Reserved.
404N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
404N/A *
404N/A * This code is free software; you can redistribute it and/or modify it
404N/A * under the terms of the GNU General Public License version 2 only, as
404N/A * published by the Free Software Foundation.
404N/A *
404N/A * This code is distributed in the hope that it will be useful, but WITHOUT
404N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
404N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
404N/A * version 2 for more details (a copy is included in the LICENSE file that
404N/A * accompanied this code).
404N/A *
404N/A * You should have received a copy of the GNU General Public License version
404N/A * 2 along with this work; if not, write to the Free Software Foundation,
404N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
404N/A *
553N/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
553N/A * or visit www.oracle.com if you need additional information or have any
553N/A * questions.
404N/A */
404N/A
404N/Aclass UndocumentedClass {
404N/A void method() {}
404N/A public void publicMethod() {}
404N/A protected void protectedMethod() {}
404N/A private void privateMethod() {}
404N/A}