Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabarov committed Oct 15, 2024
1 parent a091a6b commit 6c9f777
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,8 @@ public static boolean hasClientRoute(String route) {
/**
* For internal use only.
* <p>
* Clears file routes cache when running in production.
* Only used in tests and should not be needed in projects.
* Clears file routes cache when running in production. Only used in tests
* and should not be needed in projects.
*/
public static void clearFileRoutesCache() {
FileRoutesCache.INSTANCE.clear();
Expand Down

0 comments on commit 6c9f777

Please sign in to comment.