Skip to content

Commit

Permalink
Fixed javadoc warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Mar 29, 2018
1 parent 483e45e commit 39c09f7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ public Relationship delivers(Person destination, String description, String tech
*
* @param destination the target of the relationship
* @param description a description of the relationship (e.g. "uses", "gets data from", "sends data to")
* @param technology the technology details (e.g. JSON/HTTPS)
* @param interactionStyle the interaction style (sync vs async)
* @return the relationship that has just been created and added to the model
*/
public Relationship uses(StaticStructureElement destination, String description, String technology, InteractionStyle interactionStyle) {
Expand Down

0 comments on commit 39c09f7

Please sign in to comment.