Skip to content

Commit

Permalink
fix(bdm): use a non reserved identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Dec 3, 2024
1 parent f0a8bfb commit 0794a86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class DefaultBomFactoryImpl implements DefaultBomFactory {
private static final String RESERVED_ORG_PREFIX = "org.bonitasoft";
static final String DEFAULT_PACKAGE_PREFIX = "com.company";
static final String DEFAULT_BO_NAME = "BusinessObject";
static final String DEFAULT_FIELD_NAME = "attribute";
static final String DEFAULT_FIELD_NAME = "myAttribute";
static final String BOM_FILE_NAME = "bom.xml";

private BusinessObjectModelConverter converter = new BusinessObjectModelConverter();
Expand Down

0 comments on commit 0794a86

Please sign in to comment.