Commit bcadb47a by andrewlewis Committed by Andrew Lewis

Fix typo

PiperOrigin-RevId: 234137695
parent eae09c67
...@@ -577,7 +577,7 @@ public final class SimpleCache implements Cache { ...@@ -577,7 +577,7 @@ public final class SimpleCache implements Cache {
* Loads the cache UID from the files belonging to the root directory, generating one if needed. * Loads the cache UID from the files belonging to the root directory, generating one if needed.
* *
* @param directory The root directory. * @param directory The root directory.
* @param files The files belonging to the rood directory. * @param files The files belonging to the root directory.
* @return The cache loaded UID. * @return The cache loaded UID.
* @throws IOException If there is an error loading or generating the UID. * @throws IOException If there is an error loading or generating the UID.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment