test/tools/jdeps/p/Bar.java

changeset 2538
1e39ae45d8ac
parent 0
959103a6100f
equal deleted inserted replaced
2536:856dc4030eaa 2538:1e39ae45d8ac
1 /* 1 /*
2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2013, 2014, 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.
28 return "bar"; 28 return "bar";
29 } 29 }
30 public javax.crypto.Cipher getCiper() { 30 public javax.crypto.Cipher getCiper() {
31 return null; 31 return null;
32 } 32 }
33
34 public Foo foo() {
35 return new Foo();
36 }
33 } 37 }

mercurial