uncomment line
This commit is contained in:
@@ -124,7 +124,7 @@ public class SpringLoadedPreProcessor implements Constants {
|
||||
|
||||
if (slashedClassName == null && bytes != null) {
|
||||
// The lambda meta factory can spin up classes that come through here with no class name specified
|
||||
// slashedClassName = Utils.discoverClassname(bytes);
|
||||
slashedClassName = Utils.discoverClassname(bytes);
|
||||
}
|
||||
|
||||
// TODO need configurable debug here, ability to dump any code before/after
|
||||
|
||||
Reference in New Issue
Block a user