Skip to content

Commit d97e834

Browse files
Moved #iconNamed: to private protocol as it should not be used directly by clients.
1 parent f8c6829 commit d97e834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commander2-UI/CmUICommand.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ CmUICommand >> iconName: aString from: anIconProvider [
9191
self iconName: aString.
9292
]
9393

94-
{ #category : #accessing }
94+
{ #category : #private }
9595
CmUICommand >> iconNamed: aSymbol [
9696
^ self iconProvider iconNamed: aSymbol
9797
]

0 commit comments

Comments
 (0)