Skip to content

Commit 3629f15

Browse files
committed
Remove isDefault override
1 parent 2df7d78 commit 3629f15

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • jacodb-ets/src/main/kotlin/org/jacodb/ets/model

jacodb-ets/src/main/kotlin/org/jacodb/ets/model/Export.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ data class EtsExportInfo(
9999
val isAliased: Boolean
100100
get() = name != originalName
101101

102-
override val isDefault: Boolean
103-
get() = isDefaultExport
104-
105102
override fun toString(): String {
106103
return when {
107104
// Re-exports

0 commit comments

Comments
 (0)