Skip to content

Commit

Permalink
Adjusts comment causing ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cattermole committed Oct 2, 2018
1 parent 1ae1eb3 commit 37b18e2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public ContactServiceApplication() {
beanConfig.setTitle("JBoss Contacts Swagger");
beanConfig.setDescription("JBoss WFK Contacts Swagger Quickstart");
//Add additional RESTService containing packages here, separated by commas:
// "org.jboss.quickstarts.wfk.contact, org.jboss.quickstarts.wfk.other"
// "org.jboss.quickstarts.wfk.contact," +
// "org.jboss.quickstarts.wfk.other"
beanConfig.setResourcePackage("org.jboss.quickstarts.wfk.contact");
beanConfig.setScan(true);

Expand Down

0 comments on commit 37b18e2

Please sign in to comment.