We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f312a83 commit d507eecCopy full SHA for d507eec
src/XML-Parser/SAXParserDriver.class.st
@@ -516,8 +516,8 @@ SAXParserDriver >> handleXMLVersion: aVersion encoding: anEncoding standalone: a
516
517
{ #category : 'testing' }
518
SAXParserDriver >> hasExternalSubset [
519
- ^ self externalSubsetPublicID notEmpty
520
- or: [self externalSubsetSystemID notEmpty]
+ ^ self externalSubsetPublicID isNotEmpty
+ or: [self externalSubsetSystemID isNotEmpty]
521
]
522
523
0 commit comments