Skip to content

Commit

Permalink
Avoid doc-only import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Jun 1, 2024
1 parent 56fdec7 commit 6959955
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ package io.spine.tools.prototap.protoc
import com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
import com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
import io.spine.code.proto.CodeGeneratorRequestWriter
import java.util.*
import kotlin.text.Charsets.UTF_8

/**
* Stores received `CodeGeneratorRequest` message to the file the name of which is passed as
* the value of the [parameter][CodeGeneratorRequest.getParameter] property of the request.
*
* The name of the file is [Base64] encoded.
* The name of the file is [Base64][java.util.Base64] encoded.
*
* The function returns empty [CodeGeneratorRequest] written to [System.out]
* according to the `protoc` plugin
Expand Down

0 comments on commit 6959955

Please sign in to comment.