Skip to content

Commit

Permalink
fix play/libs/Files.java. prepare Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jun 4, 2022
1 parent c83c93e commit 3b94402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/play/src/main/java/play/libs/Files.java
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public Path atomicMoveWithFallback(File to) {
* class behind the scenes.
*/
public static class SingletonTemporaryFileCreator implements TemporaryFileCreator {
private play.api.libs.Files.SingletonTemporaryFileCreator$ instance =
private play.api.libs.Files.TemporaryFileCreator instance =
play.api.libs.Files.SingletonTemporaryFileCreator$.MODULE$;

@Override
Expand Down

0 comments on commit 3b94402

Please sign in to comment.