You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix malformed HTML in GroupCreate.java and GroupRead.java by wrapping
<resource_key:resource_instance_key> with {@code ...}
- Add javadoc.yaml workflow to validate Javadoc on PRs and master pushes
- Update publish.yaml to verify Javadoc before publishing
Fixes PER-13670
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/main/java/io/permit/sdk/openapi/models/GroupCreate.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public class GroupCreate {
39
39
/**
40
40
* Group Instance Key
41
41
* <p>
42
-
* Either the unique id of the resource instance that that the group belongs to, or the URL-friendly key of the <resource_key:resource_instance_key> (i.e: file:my_file)
42
+
* Either the unique id of the resource instance that that the group belongs to, or the URL-friendly key of the {@code <resource_key:resource_instance_key>} (i.e: file:my_file)
Copy file name to clipboardExpand all lines: src/main/java/io/permit/sdk/openapi/models/GroupRead.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ public class GroupRead {
59
59
/**
60
60
* GroupInstanceKey
61
61
* <p>
62
-
* Either the unique id of the resource instance that that the group belongs to, or the URL-friendly key of the <resource_key:resource_instance_key> (i.e: file:my_file)
62
+
* Either the unique id of the resource instance that that the group belongs to, or the URL-friendly key of the {@code <resource_key:resource_instance_key>} (i.e: file:my_file)
0 commit comments