Skip to content

Commit 03afb6d

Browse files
committed
Remove override of removed contentEquals function
1 parent f51c09b commit 03afb6d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

plugins/core/src/main/kotlin/de/fayard/refreshVersions/core/internal/ConfigurationLessDependency.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ internal data class ConfigurationLessDependency(
5050
override fun getName() = name
5151
override fun getVersion() = version
5252

53-
override fun contentEquals(dependency: Dependency): Boolean = when (dependency) {
54-
is ConfigurationLessDependency -> dependency == this
55-
else -> dependency.contentEquals(this)
56-
}
57-
5853
override fun copy(): Dependency = copy(group = group)
5954
override fun getReason(): String? = null
6055
override fun because(reason: String?) = throw IllegalAccessException("Not editable")

0 commit comments

Comments
 (0)