test/tools/jdeps/Test.java

changeset 2172
aa91bc6e8480
parent 2139
defadd528513
child 2525
2eb010b6cb22
equal deleted inserted replaced
2171:44e3ba40e00c 2172:aa91bc6e8480
1 /* 1 /*
2 * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2012, 2013, Oracle and/or its affiliates. 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. 7 * published by the Free Software Foundation.
22 */ 22 */
23 23
24 public class Test { 24 public class Test {
25 public void test() { 25 public void test() {
26 p.Foo f = new p.Foo(); 26 p.Foo f = new p.Foo();
27 p.Bar b = new p.Bar();
27 } 28 }
28 private String name() { 29 private String name() {
29 return "this test"; 30 return "this test";
30 } 31 }
31 } 32 }

mercurial