OPENJPA-1121 add ref to JIRA

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-08 18:26:20 +00:00
parent 4b3d520ee9
commit 045eb544de
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class TemporaryClassLoader extends ClassLoader {
getClass().getClassLoader());
return frameworkClass;
} catch (ClassNotFoundException e) {
// continue, as it must be a user-defined class
// OPENJPA-1121 continue, as it must be a user-defined class
}
}