Skip to content

Commit

Permalink
PackageableRow.packageables - singular
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Sep 19, 2019
1 parent 52a169f commit 8e31c1d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -29,6 +29,7 @@
import lombok.Builder;
import lombok.Getter;
import lombok.NonNull;
import lombok.Singular;
import lombok.ToString;

/*
Expand Down Expand Up @@ -110,7 +111,7 @@ private PackageableRow(
final LookupValue lockedByUser,
final LookupValue shipper,
final ITranslatableString lineNetAmt,
final Collection<Packageable> packageables)
@NonNull @Singular final Collection<Packageable> packageables)
{
Check.assumeNotEmpty(packageables, "packageables is not empty");

Expand Down

0 comments on commit 8e31c1d

Please sign in to comment.