Minor ugly code formatting in generated code
Open
Good First Issue
- Dominant language
- Java
- Stars
- 44
- Forks
- 15
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 12
Description
### Description
We have tried hard to generate clean code. Indenting is wrong on Java Doc for these methods in generated ProtoCodec
- `write()`
- `measure()`
- `measureRecord()`
- `fastEquals()`
- `parseInternal()`
- `parseStrict()`
They all start like:
```
/**
* Parses a Everything object from ProtoBuf bytes in a {@link ReadableSequentialData} in strict mode, such that
* parsing will fail if the encoded protobuf object contains any fields that are unknown to this
```
### Steps to reproduce
generate code
### Additional context
_No response_
### Hedera network
other
### Version
latest
### Operating system
None
Contributor guide
Assessment
This issue has not been assessed yet.