< prev index next >

src/java.base/share/classes/java/io/File.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1994, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1994, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 2254,2264 **** // -- Integration with java.nio.file -- private transient volatile Path filePath; /** ! * Returns a {@link Path java.nio.file.Path} object constructed from the * this abstract path. The resulting {@code Path} is associated with the * {@link java.nio.file.FileSystems#getDefault default-filesystem}. * * <p> The first invocation of this method works as if invoking it were * equivalent to evaluating the expression: --- 2254,2264 ---- // -- Integration with java.nio.file -- private transient volatile Path filePath; /** ! * Returns a {@link Path java.nio.file.Path} object constructed from * this abstract path. The resulting {@code Path} is associated with the * {@link java.nio.file.FileSystems#getDefault default-filesystem}. * * <p> The first invocation of this method works as if invoking it were * equivalent to evaluating the expression:
< prev index next >