Skip to content

Commit 59fe667

Browse files
cpovirkGoogle Java Core Libraries
authored and
Google Java Core Libraries
committed
Remove Windows warnings now that Files.createTempDir and FileBackedOutputStream work under Windows again.
PiperOrigin-RevId: 538895950
1 parent 5a4a0a7 commit 59fe667

File tree

4 files changed

+0
-30
lines changed

4 files changed

+0
-30
lines changed

android/guava/src/com/google/common/io/FileBackedOutputStream.java

-7
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@
5858
*
5959
* <p>This class is thread-safe.
6060
*
61-
* <p><b>Warning for Windows users:</b> This class is one of the Guava APIs known to <i>not</i> work
62-
* under Windows. Note that <a href="https://github.com/google/guava/issues/2686">we do not run our
63-
* CI under Windows</a>, <a href="https://github.com/google/guava/issues/2130">we know that some of
64-
* our tests fail under Windows</a>, and <a href="https://guava.dev/#important-warnings">we warn
65-
* about using some features of Guava under Windows</a>, especially I/O features, and that warning
66-
* applies even to APIs whose documentation doesn't include individual warnings like this one.
67-
*
6861
* @author Chris Nokleberg
6962
* @since 1.0
7063
*/

android/guava/src/com/google/common/io/Files.java

-8
Original file line numberDiff line numberDiff line change
@@ -412,14 +412,6 @@ public static boolean equal(File file1, File file2) throws IOException {
412412
* <p>This method assumes that the temporary volume is writable, has free inodes and free blocks,
413413
* and that it will not be called thousands of times per second.
414414
*
415-
* <p><b>Warning for Windows users:</b> This method is one of the Guava APIs known to <i>not</i>
416-
* work under Windows. Note that <a href="https://github.com/google/guava/issues/2686">we do not
417-
* run our CI under Windows</a>, <a href="https://github.com/google/guava/issues/2130">we know
418-
* that some of our tests fail under Windows</a>, and <a
419-
* href="https://guava.dev/#important-warnings">we warn about using some features of Guava under
420-
* Windows</a>, especially I/O features, and that warning applies even to APIs whose documentation
421-
* doesn't include individual warnings like this one.
422-
*
423415
* <p><b>{@link java.nio.file.Path} equivalent:</b> {@link
424416
* java.nio.file.Files#createTempDirectory}.
425417
*

guava/src/com/google/common/io/FileBackedOutputStream.java

-7
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@
5858
*
5959
* <p>This class is thread-safe.
6060
*
61-
* <p><b>Warning for Windows users:</b> This class is one of the Guava APIs known to <i>not</i> work
62-
* under Windows. Note that <a href="https://github.com/google/guava/issues/2686">we do not run our
63-
* CI under Windows</a>, <a href="https://github.com/google/guava/issues/2130">we know that some of
64-
* our tests fail under Windows</a>, and <a href="https://guava.dev/#important-warnings">we warn
65-
* about using some features of Guava under Windows</a>, especially I/O features, and that warning
66-
* applies even to APIs whose documentation doesn't include individual warnings like this one.
67-
*
6861
* @author Chris Nokleberg
6962
* @since 1.0
7063
*/

guava/src/com/google/common/io/Files.java

-8
Original file line numberDiff line numberDiff line change
@@ -412,14 +412,6 @@ public static boolean equal(File file1, File file2) throws IOException {
412412
* <p>This method assumes that the temporary volume is writable, has free inodes and free blocks,
413413
* and that it will not be called thousands of times per second.
414414
*
415-
* <p><b>Warning for Windows users:</b> This method is one of the Guava APIs known to <i>not</i>
416-
* work under Windows. Note that <a href="https://github.com/google/guava/issues/2686">we do not
417-
* run our CI under Windows</a>, <a href="https://github.com/google/guava/issues/2130">we know
418-
* that some of our tests fail under Windows</a>, and <a
419-
* href="https://guava.dev/#important-warnings">we warn about using some features of Guava under
420-
* Windows</a>, especially I/O features, and that warning applies even to APIs whose documentation
421-
* doesn't include individual warnings like this one.
422-
*
423415
* <p><b>{@link java.nio.file.Path} equivalent:</b> {@link
424416
* java.nio.file.Files#createTempDirectory}.
425417
*

0 commit comments

Comments
 (0)