Skip to content

Commit

Permalink
adjusts comments
Browse files Browse the repository at this point in the history
  • Loading branch information
net-cscience-raphael committed Dec 3, 2024
1 parent 572dc21 commit 753014b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ enum class Skip(val strategy: String) {
FORWARD("forward");

companion object {
/**
* Resolves a [ComparisonOperator] from the given [String].
*
* @param str The [String] which should be one of the [ComparisonOperator]
* @throws IllegalArgumentException In case the given string is not one of the defined ones.
*/
infix fun fromString(str: String): Skip {
return when (str.trim()) {
ERROR.strategy -> ERROR
Expand Down

0 comments on commit 753014b

Please sign in to comment.