Skip to content

Commit 5d5e9e3

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent d4b902e commit 5d5e9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec-grpc/src/main/java/io/a2a/grpc/mapper/DataPartMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public interface DataPartMapper {
3737

3838
/**
3939
* Converts proto DataPart to domain DataPart.
40-
* Reconstructs FileWithBytes or FileWithUri based on oneof field.
40+
* Converts proto DataPart to domain DataPart.
4141
*/
4242
default io.a2a.spec.DataPart fromProto(io.a2a.grpc.DataPart proto) {
4343
if (proto == null) {

0 commit comments

Comments
 (0)