now matches supertype parameter name

master
Robinson 2023-08-21 01:48:19 +02:00
parent 3161b84da3
commit 39e3285a44
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class CabParser {
}
}
override fun closeOutputStream(outputStream: OutputStream, cabFile: CabFileEntry) {
override fun closeOutputStream(outputStream: OutputStream, entry: CabFileEntry) {
try {
outputStream.close()
}