langtools/test/tools/jdeps/Test.java
changeset 21503 45fc62482cae
parent 21046 ebf16a1a6328
equal deleted inserted replaced
21502:0153716da78b 21503:45fc62482cae
     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 }