mirror of https://github.com/apache/openjpa.git
Oops. It turns out it's good to compile *before* committing.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@453876 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe42d24e9b
commit
54a3f15811
|
@ -37,7 +37,7 @@ public class ProductDerivations {
|
|||
private static final String[] _prefixes;
|
||||
static {
|
||||
ClassLoader cl = ProductDerivation.class.getClassLoader();
|
||||
String pds = Services.getImplementors(ProductDerivation.class, cl);
|
||||
String[] pds = Services.getImplementors(ProductDerivation.class, cl);
|
||||
List derivations = new ArrayList(pds.length);
|
||||
for (int i = 0; i < pds.length; i++) {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue