Skip to content

Commit e6a2d94

Browse files
committed
AttributeOption annotation fixed
1 parent 7d9bdcc commit e6a2d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logicaldoc-core/src/main/java/com/logicaldoc/core/metadata/AttributeOption.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ public class AttributeOption extends PersistentObject implements Comparable<Attr
3939
/**
4040
* An category, just to organize the values in groups
4141
*/
42-
@Column(name = "ld_category", nullable = false)
42+
@Column(name = "ld_category")
4343
private String category;
4444

45-
@Column(name = "ld_label", nullable = false)
45+
@Column(name = "ld_label")
4646
private String label;
4747

4848
@Column(name = "ld_position", nullable = false)

0 commit comments

Comments
 (0)