Fixed parameter order in the example JaxRsConformanceProvider

This commit is contained in:
Clayton Bodendein 2017-10-23 21:43:23 -05:00
parent 8d1164fdc0
commit 129340d525
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class JaxRsConformanceProvider extends AbstractJaxRsConformanceProvider {
private JaxRsPatientRestProvider provider;
public JaxRsConformanceProvider() {
super("My Server Version", "My Server Description", "My Server Name");
super("My Server Description", "My Server Name", "My Server Version");
}
@Override