Removed a comment from Article.class

This commit is contained in:
sockenklaus
2020-05-31 09:12:35 +02:00
parent ea8b82ece1
commit bcf8cdb849

View File

@@ -21,7 +21,7 @@ import java.time.*;
@Tab(properties="name, photo, category.description, brand.description, pattern.description, size.description, condition.description, remarks", defaultOrder="${name} asc") @Tab(properties="name, photo, category.description, brand.description, pattern.description, size.description, condition.description, remarks", defaultOrder="${name} asc")
public class Article { public class Article {
@Id @Hidden @GeneratedValue(generator="system-uuid2") // Universally Unique Identifier (1) @Id @Hidden @GeneratedValue(generator="system-uuid2")
@GenericGenerator(name="system-uuid2", strategy = "uuid2") @GenericGenerator(name="system-uuid2", strategy = "uuid2")
@Column(length=36) @Column(length=36)
private String oid; private String oid;