Skip to content

Commit 1068150

Browse files
committed
More javadoc
1 parent 4cfddae commit 1068150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/src/main/java/io/a2a/spec/OpenIdConnectSecurityScheme.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ public OpenIdConnectSecurityScheme(String openIdConnectUrl, String description,
6666
this.type = type;
6767
}
6868

69-
@Override
7069
/**
7170
* Gets the Description.
7271
*
7372
* @return the Description
7473
*/
74+
@Override
7575
public String getDescription() {
7676
return description;
7777
}

0 commit comments

Comments
 (0)