fix(jax-rs): fix package name in generated StringUtil.java to match where file is generated (#4677)

This commit is contained in:
asgerjensen 2017-02-03 14:46:29 +01:00 committed by wing328
parent 5282987851
commit 4ba0ea9dc5

View File

@ -1,4 +1,4 @@
package {{invokerPackage}};
package {{apiPackage}};
{{>generatedAnnotation}}
public class StringUtil {