Branch: refs/heads/2.0
Home:
https://github.com/forge/core
Commit: c7d6cfc8b0c26790dddc348885be4af476de6577
https://github.com/forge/core/commit/c7d6cfc8b0c26790dddc348885be4af476de...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M proxy/src/main/java/org/jboss/forge/proxy/ClassLoaderAdapterCallback.java
Log Message:
-----------
FORGE-928: When a class is loaded from the Bootstrap Classloader,
getClassLoader() returns null. Using getClass().getClassLoader() for
this scenario.