One more fix to the CLI JPA project
This commit is contained in:
parent
202c798fcd
commit
1277662872
|
@ -86,7 +86,7 @@ public class JpaServerDemo extends RestfulServer {
|
|||
} else {
|
||||
throw new IllegalStateException();
|
||||
}
|
||||
registerProvider(systemProvider);
|
||||
registerProviders(systemProvider);
|
||||
|
||||
/*
|
||||
* The conformance provider exports the supported resources, search parameters, etc for
|
||||
|
|
Loading…
Reference in New Issue