Skip to content

Commit

Permalink
Remove MultiCache and Identifiable
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-ramotar committed Dec 8, 2023
1 parent b362b10 commit 34ff61d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 264 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.mobilenativefoundation.store.store5.util.model

import org.mobilenativefoundation.store.cache5.Identifiable
import org.mobilenativefoundation.store.store5.util.fake.NotesKey

internal sealed class NoteData {
Expand Down Expand Up @@ -29,7 +28,7 @@ internal data class OutputNote(
)

internal data class Note(
override val id: String,
val id: String,
val title: String,
val content: String
) : Identifiable<String>
)

0 comments on commit 34ff61d

Please sign in to comment.