Skip to content

Commit

Permalink
Remove deprecated XMLDoctypeDeclarationWriter>>#withInternalSubset:
Browse files Browse the repository at this point in the history
Fix #12
  • Loading branch information
astares committed Oct 24, 2023
1 parent 4bb4698 commit 4c51364
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/XML-Writer-Core/XMLDoctypeDeclarationWriter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ XMLDoctypeDeclarationWriter >> systemID: aSystemID [
self externalIDWriter systemID: aSystemID
]

{ #category : #deprecated }
XMLDoctypeDeclarationWriter >> withInternalSubset: aStringOrCollectionOrBlock [

self deprecated: 'use #with: instead'.

self with: aStringOrCollectionOrBlock
]

{ #category : #private }
XMLDoctypeDeclarationWriter >> writeBody: aStringOrCollectionOrBlock [

Expand Down

0 comments on commit 4c51364

Please sign in to comment.