Skip to content

Commit

Permalink
Added todos regarding #2
Browse files Browse the repository at this point in the history
  • Loading branch information
twagoo committed Apr 20, 2016
1 parent a9833ad commit f7f09e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ public ComponentSpec getUncachedMDComponent(String id) throws ComponentRegistryE

@Override
public int register(BaseDescription description, ComponentSpec spec) {
enrichSpecHeader(spec, description);
enrichSpecHeader(spec, description); //TODO: turn around - fill description from spec header content
try {
String xml = componentSpecToString(spec);
// Convert principal name to user record id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
@Entity
@Table(name = "basedescription")
public class BaseDescription implements Serializable {

//TODO: Add status, derivedFrom and successor fields

@SequenceGenerator( name = "basedescription_id_seq", sequenceName = "basedescription_id_seq", allocationSize = 1, initialValue = 1 )
@GeneratedValue( strategy = GenerationType.SEQUENCE, generator = "basedescription_id_seq" )
Expand Down

0 comments on commit f7f09e6

Please sign in to comment.