mirror of https://github.com/apache/openjpa.git
fix wrong error message
funny that we still have kodo stuff in there ;) git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1683237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
49d8a92962
commit
b74fe352db
|
@ -68,7 +68,7 @@ public class DistributedCacheTest
|
|||
fullProvider = Configurations.getPlugin(provider, props);
|
||||
if (props == null || props.length() == 0)
|
||||
throw new IllegalStateException
|
||||
("must specify -Dkodo.RemoteCommitProvider=?");
|
||||
("must specify -Dopenjpa.RemoteCommitProvider=?");
|
||||
|
||||
return new String[]{
|
||||
// use this property to differentiate factory
|
||||
|
|
Loading…
Reference in New Issue