Skip to content

Commit

Permalink
Remove @NotNull on UnitOfMeasure in PhenotypeProxy (#166)
Browse files Browse the repository at this point in the history
It allows use to upload many phenotypes without specifying the unit of measure.
The publishing workflow (#87) needs to make sure that unit of measure is specified.
  • Loading branch information
timeu committed Oct 18, 2016
1 parent c1f6199 commit afab1d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public interface PhenotypeProxy extends SecureEntityProxy {

Long getId();

@NotNull
UnitOfMeasureProxy getUnitOfMeasure();

void setUnitOfMeasure(UnitOfMeasureProxy unitOfMeasure);
Expand Down

0 comments on commit afab1d0

Please sign in to comment.