Skip to content

Commit

Permalink
Do not use deprecated #next of UUIDGenerator in MicHTMLDocument>>#tem…
Browse files Browse the repository at this point in the history
…pFileName

Fix #679
  • Loading branch information
astares committed Jan 27, 2024
1 parent 0fa8e29 commit 3e23125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microdown-HTMLExporter/MicHTMLDocument.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ MicHTMLDocument >> tempFileName [
str
<< FileLocator temp fullName;
<< DiskStore delimiter asString;
<< UUIDGenerator new next asString36;
<< UUID new asString36;
<< '.html' ]
]

Expand Down

0 comments on commit 3e23125

Please sign in to comment.