Skip to content

Commit

Permalink
removing a comment that does not apply to its relative function (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
badiib authored Jan 3, 2017
1 parent b42322c commit 99e5c1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions model/converter/json/from_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ func (fd fromDomain) convertProcess(process *model.Process) json.Process {
}

// DependenciesFromDomain converts []model.DependencyLink into []json.DependencyLink format.
// It assumes that the domain model is valid, namely that all enums
// have valid values, so that it does not need to check for errors.
func DependenciesFromDomain(dependencyLinks []model.DependencyLink) []json.DependencyLink {
retMe := make([]json.DependencyLink, 0, len(dependencyLinks))
for _, dependencyLink := range dependencyLinks {
Expand Down

0 comments on commit 99e5c1f

Please sign in to comment.