aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpovirk <cpovirk@google.com>2020-06-25 10:41:03 -0700
committerKurt Alfred Kluever <kak@google.com>2020-06-29 11:03:46 -0400
commitbeaae0129350d7d576006789b4c2842ae82eb32b (patch)
tree4862fafb0f444560a78636eb682b350a830fdcf1
parentc934a4b71f8bc396107e40cfc7bfad7c1d45359e (diff)
downloadjimfs-beaae0129350d7d576006789b4c2842ae82eb32b.tar.gz
Copybara config for Jimfs.
RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=318301651
-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.
*/