Skip to content

Commit

Permalink
Removed unused generic.
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikmaeckel committed Oct 22, 2024
1 parent c347152 commit c5e2412
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package tools.aqua.stars.core.metric.serialization

import kotlinx.serialization.Serializable
import tools.aqua.stars.core.types.TickDifference

/**
* This class implements the [SerializableResult] interface and stores one [String] as a [value].
Expand All @@ -28,7 +27,7 @@ import tools.aqua.stars.core.types.TickDifference
* @property value The value that should be serialized.
*/
@Serializable
data class SerializableTickDifferenceResult<D : TickDifference<D>>(
data class SerializableTickDifferenceResult(
override val identifier: String,
override val source: String,
override val value: String
Expand Down

0 comments on commit c5e2412

Please sign in to comment.