aboutsummaryrefslogtreecommitdiff
path: root/jimfs/src/test/java/com/google/common/jimfs/DirectoryTest.java
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:47 +0000
commit770e2560ce18decef048703ea083dbc762eb6eac (patch)
treedf7adb687cd40ea449ad38f34f7e10960baf5438 /jimfs/src/test/java/com/google/common/jimfs/DirectoryTest.java
parent07b7d2509aebfd711d1242a681c4fde4b3fa0bba (diff)
parent99efea85871d23f5aeccb324ebaf47b86cd15770 (diff)
downloadjimfs-android14-mainline-os-statsd-release.tar.gz
Change-Id: If079778252ad5d624dca30ed9e75cd394f25c20a
Diffstat (limited to 'jimfs/src/test/java/com/google/common/jimfs/DirectoryTest.java')
-rw-r--r--jimfs/src/test/java/com/google/common/jimfs/DirectoryTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jimfs/src/test/java/com/google/common/jimfs/DirectoryTest.java b/jimfs/src/test/java/com/google/common/jimfs/DirectoryTest.java
index 217509d..1fee1e5 100644
--- a/jimfs/src/test/java/com/google/common/jimfs/DirectoryTest.java
+++ b/jimfs/src/test/java/com/google/common/jimfs/DirectoryTest.java
@@ -217,7 +217,7 @@ public class DirectoryTest {
/*
* If we inline this into the assertThat call below, javac resolves it to assertThat(SortedSet),
- * which isn't available publicly. Our @GoogleInternal checks consider that to be an error, even
+ * which isn't available publicly. Our internal build system considers that to be an error, even
* though the code will compile fine externally by resolving to assertThat(Iterable) instead. So
* we avoid that by assigning to a non-SortedSet type here.
*/