Skip to content

Commit

Permalink
Clean protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Jan 28, 2025
1 parent a38b9e6 commit ae0dbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IceLibgitFiletreeSnapshotWriter >> fileUtils [
^ IceLibgitFiletreeFileUtils
]

{ #category : 'initialize-release' }
{ #category : 'initialization' }
IceLibgitFiletreeSnapshotWriter >> propertyFileExtension [
^ MCFileTreeRepository defaultPropertyFileExtension
]
Expand Down
2 changes: 1 addition & 1 deletion Iceberg/IceGitTransferProgress.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IceGitTransferProgress >> initialize [
self initializeBlock
]

{ #category : 'initialize-release' }
{ #category : 'initialization' }
IceGitTransferProgress >> initializeBlock [
self signature: self class fnSpec block: self block.
]

0 comments on commit ae0dbe9

Please sign in to comment.