Skip to content

Commit

Permalink
Merge pull request #21 from chinkong83/mywork
Browse files Browse the repository at this point in the history
fix not write client interface content to file correctly
  • Loading branch information
chinkong83 authored Feb 8, 2017
2 parents 9de4cd1 + 7c43f1d commit f809fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/rdl-gen-parsec-java-client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func GenerateJavaClient(banner string, schema *rdl.Schema, outdir string, ns str
if err != nil {
return err
}
gen = &javaClientGenerator{reg, schema, cName, out, nil, banner, ns, base}
gen.processTemplate(javaClientInterfaceTemplate)
out.Flush()
file.Close()
Expand Down

0 comments on commit f809fea

Please sign in to comment.