Skip to content

Commit

Permalink
EPMDJ-2944 Removed unused fields from BuildSummaryDto
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktoriiaLebedeva authored and viktorbll committed Jul 24, 2020
1 parent e1184e3 commit d83c254
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/main/kotlin/build/Dto.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@ import kotlinx.serialization.*
data class BuildSummaryDto(
val buildVersion: String = "",
val detectedAt: Long = 0L,
val totalMethods: Int = 0,
val newMethods: Int = 0,
val modifiedMethods: Int = 0,
val unaffectedMethods: Int = 0,
val deletedMethods: Int = 0,
@ContextualSerialization val summary: Any? = null
)

0 comments on commit d83c254

Please sign in to comment.