Skip to content

Commit acf65dd

Browse files
longquanzhengclaude
andcommitted
Fix javadoc error: '->' parsed as bad HTML in getDbAttributeSyncs
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6e65d84 commit acf65dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/io/iworkflow/core/Registry.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ public TypeStore getDataAttributeTypeStore(final String workflowType) {
266266
}
267267

268268
/**
269-
* @return the data-attribute-key -> DB sync mapping for the workflow type, or an empty map when
270-
* the workflow has no DB-synced data attributes.
269+
* @return the (data attribute key to DB sync mapping) map for the workflow type, or an empty map
270+
* when the workflow has no DB-synced data attributes.
271271
*/
272272
public Map<String, DbAttributeSync> getDbAttributeSyncs(final String workflowType) {
273273
return dbAttributeSyncStore.getOrDefault(workflowType, Collections.emptyMap());

0 commit comments

Comments
 (0)