mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-03-22 01:19:45 +01:00
Fixed detekt findings, removed test code
This commit is contained in:
@@ -2,7 +2,7 @@ package com.melih.abstractions.mapper
|
||||
|
||||
import com.melih.abstractions.data.ViewEntity
|
||||
|
||||
abstract class Mapper<in T, out R : ViewEntity> {
|
||||
interface Mapper<in T, out R : ViewEntity> {
|
||||
|
||||
abstract fun convert(t: T): R
|
||||
fun convert(t: T): R
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user