We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e65d84 commit acf65ddCopy full SHA for acf65dd
1 file changed
src/main/java/io/iworkflow/core/Registry.java
@@ -266,8 +266,8 @@ public TypeStore getDataAttributeTypeStore(final String workflowType) {
266
}
267
268
/**
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.
+ * @return the (data attribute key to DB sync mapping) map for the workflow type, or an empty map
+ * when the workflow has no DB-synced data attributes.
271
*/
272
public Map<String, DbAttributeSync> getDbAttributeSyncs(final String workflowType) {
273
return dbAttributeSyncStore.getOrDefault(workflowType, Collections.emptyMap());
0 commit comments