Skip to content

Commit

Permalink
Cleanup: ZnCharacterEncoder, ZnEncodedStream, ZnEncodedReadStream and…
Browse files Browse the repository at this point in the history
… ZnEncodedWriteStream should be abstract classes

Fix #139 and pharo-project/pharo#16708
  • Loading branch information
astares committed May 28, 2024
1 parent 33b049b commit bd06fdb
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
testing
isAbstract

^ self == ZnCharacterEncoder
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
testing
isAbstract

^ self == ZnEncodedReadStream
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
testing
isAbstract

^ self == ZnEncodedStream
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
testing
isAbstract

^ self == ZnEncodedWriteStream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'Zinc-Character-Encoding-Core'!
self packageOrganizer ensurePackage: #'Zinc-Character-Encoding-Core' withTags: #()!

0 comments on commit bd06fdb

Please sign in to comment.