Skip to content

Commit

Permalink
[TH2-3673] run ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanclry committed May 23, 2022
1 parent 8f44ca4 commit 04a6ff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import com.google.protobuf.Message

class AnyMessageFilterStrategy : AbstractFilterStrategy<Message>() {

// FIXME data in a fields with the same name rewrite each other, so data get lost
// FIXME data in a fields with the same name rewrite each other, so data can get lost
override fun getFields(message: Message): MutableMap<String, String> {
check(message is AnyMessage) { "Message is not an ${AnyMessage::class.qualifiedName}: ${message.toJson()}" }

Expand Down

0 comments on commit 04a6ff8

Please sign in to comment.