mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix typo
PiperOrigin-RevId: 234137695
This commit is contained in:
parent
eae09c67e7
commit
bcadb47a74
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue