test/tools/jdeps/p/Bar.java

changeset 2538
1e39ae45d8ac
parent 0
959103a6100f
     1.1 --- a/test/tools/jdeps/p/Bar.java	Mon Jul 07 18:03:08 2014 -0700
     1.2 +++ b/test/tools/jdeps/p/Bar.java	Thu Jul 17 15:23:08 2014 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -30,4 +30,8 @@
    1.11      public javax.crypto.Cipher getCiper() {
    1.12          return null;
    1.13      }
    1.14 +
    1.15 +    public Foo foo() {
    1.16 +        return new Foo();
    1.17 +    }
    1.18  }

mercurial