diff options
author | Edoardo La Greca | 2025-08-07 16:42:12 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-08-07 16:42:12 +0200 |
commit | 5f432312eb1510afc23a9dcd7f405d1ec9a050c1 (patch) | |
tree | ddf94f6c6071fac794bd762099caa95e86942914 /src | |
parent | 158c0e0ef40c16d9ae38a7fa70b10b893a80d7b3 (diff) |
add todo in ProtocolTranslator
Diffstat (limited to 'src')
-rw-r--r-- | src/main/kotlin/ProtocolTranslator.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/ProtocolTranslator.kt b/src/main/kotlin/ProtocolTranslator.kt index 9d2afbc..0cdfa53 100644 --- a/src/main/kotlin/ProtocolTranslator.kt +++ b/src/main/kotlin/ProtocolTranslator.kt @@ -1,6 +1,7 @@ /* TODO: - add arguments to methods + - switch from returned strings to exceptions */ /** |