One more fix to the CLI JPA project

This commit is contained in:
James Agnew 2019-05-17 11:59:44 +02:00
parent 202c798fcd
commit 1277662872

View File

@ -86,7 +86,7 @@ public class JpaServerDemo extends RestfulServer {
} else { } else {
throw new IllegalStateException(); throw new IllegalStateException();
} }
registerProvider(systemProvider); registerProviders(systemProvider);
/* /*
* The conformance provider exports the supported resources, search parameters, etc for * The conformance provider exports the supported resources, search parameters, etc for