diff options
author | Edoardo La Greca | 2025-09-02 21:24:42 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-09-02 21:24:42 +0200 |
commit | 597b2e4cc5cb7a18b256aeebd0576c492544bc5e (patch) | |
tree | e4976ac12e0fdfeca0291c50ef92f026bdce2da5 | |
parent | 8cf57c9ac359a4811b2b0aa5ebbc9c97817e0da1 (diff) |
-rw-r--r-- | lib/src/main/kotlin/ProtocolTranslator.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/main/kotlin/ProtocolTranslator.kt b/lib/src/main/kotlin/ProtocolTranslator.kt index 86564a5..24c4f90 100644 --- a/lib/src/main/kotlin/ProtocolTranslator.kt +++ b/lib/src/main/kotlin/ProtocolTranslator.kt @@ -21,7 +21,7 @@ interface ProtocolTranslator { * been received. * * @param msize The maximum length, in bytes, that the client will ever generate or expect to receive in a single - * 9P message. + * 9P message. * @param version Should be "9P2000", which is the only defined value. * @throws except.InvalidMessageException if the received message is invalid. * @throws except.RErrorException if the received message is an R-error message. |