Am 08.06.2012 00:03, schrieb Joe Darcy:
I would have written this asClassLoader cl = (cc != null) ? cc.getClassLoader() : null;
Alternative:
return (cc != null) ? cc.getClassLoader() : null;
-Ulf
Am 08.06.2012 00:03, schrieb Joe Darcy:
I would have written this asClassLoader cl = (cc != null) ? cc.getClassLoader() : null;
Alternative:
return (cc != null) ? cc.getClassLoader() : null;
-Ulf