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:
Patrick Linskey 2006-10-07 09:24:07 +00:00
parent fe42d24e9b
commit 54a3f15811
1 changed files with 1 additions and 1 deletions

View File

@ -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 {