src/share/classes/com/sun/tools/javac/file/JavacFileManager.java

changeset 1358
fc123bdeddb8
parent 1116
d830d28fc72e
child 1377
e6cb81683ffe
     1.1 --- a/src/share/classes/com/sun/tools/javac/file/JavacFileManager.java	Tue Oct 09 19:10:00 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/file/JavacFileManager.java	Tue Oct 09 19:31:58 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 2012, 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 @@ -805,8 +805,8 @@
    1.11      }
    1.12  
    1.13      /**
    1.14 -     * Enforces the specification of a "relative" URI as used in
    1.15 -     * {@linkplain #getFileForInput(Location,String,URI)
    1.16 +     * Enforces the specification of a "relative" name as used in
    1.17 +     * {@linkplain #getFileForInput(Location,String,String)
    1.18       * getFileForInput}.  This method must follow the rules defined in
    1.19       * that method, do not make any changes without consulting the
    1.20       * specification.

mercurial