Skip to content

Commit

Permalink
Merge pull request #8480 from MarcusDenker/8458-Filelist-does-not-und…
Browse files Browse the repository at this point in the history
…erstand-readStream

8458-Filelist-does-not-understand-readStream
  • Loading branch information
Ducasse committed Feb 2, 2021
2 parents 61d1a5e + d5a1adf commit e167537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tool-FileList/FileList.class.st
Expand Up @@ -1223,7 +1223,7 @@ FileList >> readContentsHex: brevity [
]

{ #category : #'file list' }
FileList >> readOnlyStream [
FileList >> readStream [
"Answer a read-only stream on the selected file. For the various stream-reading services."
^ self reference readStream
]
Expand Down

0 comments on commit e167537

Please sign in to comment.