Skip to content

Commit

Permalink
fix unclassified methods
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Feb 2, 2024
1 parent 1c0569c commit 0162c95
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Iceberg-Memory/IceMemoryIndex.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ IceMemoryIndex >> updateDiskWorkingCopy: anIceDiff [
diff: anIceDiff)
]

{ #category : 'as yet unclassified' }
{ #category : 'updating' }
IceMemoryIndex >> updateProject: anIceUnbornProject [

"Nothing for now" 1halt.
Expand Down
2 changes: 1 addition & 1 deletion Iceberg-Memory/IceMemoryProject.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ IceMemoryProject >> isMemoryProject [
^ true
]

{ #category : 'as yet unclassified' }
{ #category : 'testing' }
IceMemoryProject >> isUnbornProject [

^ false
Expand Down
2 changes: 1 addition & 1 deletion Iceberg-Tests/IceClonedFromRemoteFixture.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IceClonedFromRemoteFixture >> remoteRepository [
^ remoteRepository
]

{ #category : 'as yet unclassified' }
{ #category : 'accessing' }
IceClonedFromRemoteFixture >> repository [
^ repository
]
Expand Down
2 changes: 1 addition & 1 deletion Iceberg-Tests/IceFileDefinitionTests.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Class {
#tag : 'Changes'
}

{ #category : 'as yet unclassified' }
{ #category : 'accessing' }
IceFileDefinitionTests class >> bytesWithIlegalLeadingBytes [

^ #[102 111 111 160 102 111 111]
Expand Down
2 changes: 1 addition & 1 deletion Iceberg-Tests/IceTestDefinition.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Class {
#tag : 'Changes'
}

{ #category : 'as yet unclassified' }
{ #category : 'instance creation' }
IceTestDefinition class >> named: aString contents: aContensts [

^ self new
Expand Down

0 comments on commit 0162c95

Please sign in to comment.