Skip to content

Commit

Permalink
Merge 79ade7c
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jan 29, 2024
2 parents ee66c7f + 79ade7c commit 92a1c51
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
5 changes: 0 additions & 5 deletions Iceberg-Libgit/TIceRepositoryReader.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ Trait {
#tag : 'Writing'
}

{ #category : 'accessing' }
TIceRepositoryReader classSide >> id [
^ self required
]

{ #category : 'testing' }
TIceRepositoryReader classSide >> isLegacyDefault [
^ false
Expand Down
5 changes: 0 additions & 5 deletions Iceberg-Libgit/TIceRepositoryWriter.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ Trait {
#tag : 'Writing'
}

{ #category : 'accessing' }
TIceRepositoryWriter classSide >> id [
^ self required
]

{ #category : 'testing' }
TIceRepositoryWriter classSide >> isDefault [
"Indicates when this is default when create new repositories"
Expand Down
10 changes: 0 additions & 10 deletions Iceberg-TipUI/IceTipInspectCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,3 @@ IceTipInspectCommand >> iconName [

^ #glamorousInspect
]

{ #category : 'accessing' }
IceTipInspectCommand >> item [

| maybeCachedObject |
maybeCachedObject := super item.

^ (maybeCachedObject respondsTo: #realObject)
ifTrue: [ maybeCachedObject realObject ] ifFalse: [ maybeCachedObject ]
]
2 changes: 1 addition & 1 deletion Iceberg-TipUI/IceTipPackageModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Class {
#tag : 'Model'
}

{ #category : 'as yet unclassified' }
{ #category : 'instance creation' }
IceTipPackageModel class >> workingCopyModel: aWorkingCopyModel on: aPackage [

^ (self
Expand Down

0 comments on commit 92a1c51

Please sign in to comment.