Skip to content

Commit

Permalink
Remove Windows warnings now that Files.createTempDir and `FileBacke…
Browse files Browse the repository at this point in the history
…dOutputStream` work under Windows again.

PiperOrigin-RevId: 538895950
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Jun 8, 2023
1 parent 5a4a0a7 commit 59fe667
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@
*
* <p>This class is thread-safe.
*
* <p><b>Warning for Windows users:</b> This class is one of the Guava APIs known to <i>not</i> work
* under Windows. Note that <a href="https://github.com/google/guava/issues/2686">we do not run our
* CI under Windows</a>, <a href="https://github.com/google/guava/issues/2130">we know that some of
* our tests fail under Windows</a>, and <a href="https://guava.dev/#important-warnings">we warn
* about using some features of Guava under Windows</a>, especially I/O features, and that warning
* applies even to APIs whose documentation doesn't include individual warnings like this one.
*
* @author Chris Nokleberg
* @since 1.0
*/
Expand Down
8 changes: 0 additions & 8 deletions android/guava/src/com/google/common/io/Files.java
Original file line number Diff line number Diff line change
Expand Up @@ -412,14 +412,6 @@ public static boolean equal(File file1, File file2) throws IOException {
* <p>This method assumes that the temporary volume is writable, has free inodes and free blocks,
* and that it will not be called thousands of times per second.
*
* <p><b>Warning for Windows users:</b> This method is one of the Guava APIs known to <i>not</i>
* work under Windows. Note that <a href="https://github.com/google/guava/issues/2686">we do not
* run our CI under Windows</a>, <a href="https://github.com/google/guava/issues/2130">we know
* that some of our tests fail under Windows</a>, and <a
* href="https://guava.dev/#important-warnings">we warn about using some features of Guava under
* Windows</a>, especially I/O features, and that warning applies even to APIs whose documentation
* doesn't include individual warnings like this one.
*
* <p><b>{@link java.nio.file.Path} equivalent:</b> {@link
* java.nio.file.Files#createTempDirectory}.
*
Expand Down
7 changes: 0 additions & 7 deletions guava/src/com/google/common/io/FileBackedOutputStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@
*
* <p>This class is thread-safe.
*
* <p><b>Warning for Windows users:</b> This class is one of the Guava APIs known to <i>not</i> work
* under Windows. Note that <a href="https://github.com/google/guava/issues/2686">we do not run our
* CI under Windows</a>, <a href="https://github.com/google/guava/issues/2130">we know that some of
* our tests fail under Windows</a>, and <a href="https://guava.dev/#important-warnings">we warn
* about using some features of Guava under Windows</a>, especially I/O features, and that warning
* applies even to APIs whose documentation doesn't include individual warnings like this one.
*
* @author Chris Nokleberg
* @since 1.0
*/
Expand Down
8 changes: 0 additions & 8 deletions guava/src/com/google/common/io/Files.java
Original file line number Diff line number Diff line change
Expand Up @@ -412,14 +412,6 @@ public static boolean equal(File file1, File file2) throws IOException {
* <p>This method assumes that the temporary volume is writable, has free inodes and free blocks,
* and that it will not be called thousands of times per second.
*
* <p><b>Warning for Windows users:</b> This method is one of the Guava APIs known to <i>not</i>
* work under Windows. Note that <a href="https://github.com/google/guava/issues/2686">we do not
* run our CI under Windows</a>, <a href="https://github.com/google/guava/issues/2130">we know
* that some of our tests fail under Windows</a>, and <a
* href="https://guava.dev/#important-warnings">we warn about using some features of Guava under
* Windows</a>, especially I/O features, and that warning applies even to APIs whose documentation
* doesn't include individual warnings like this one.
*
* <p><b>{@link java.nio.file.Path} equivalent:</b> {@link
* java.nio.file.Files#createTempDirectory}.
*
Expand Down

0 comments on commit 59fe667

Please sign in to comment.