Fix backward logic re: use of code cache.
This commit is contained in:
@@ -24,7 +24,7 @@ public class ClassPaths
|
|||||||
*/
|
*/
|
||||||
public static ClassPath buildClassPath (Application app) throws IOException
|
public static ClassPath buildClassPath (Application app) throws IOException
|
||||||
{
|
{
|
||||||
return app.useCodeCache() ? buildDefaultClassPath(app) : buildCachedClassPath(app);
|
return app.useCodeCache() ? buildCachedClassPath(app) : buildDefaultClassPath(app);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user