mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Renamed
This commit is contained in:
@ -34,9 +34,9 @@ import org.apache.logging.log4j.Logger;
|
|||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
** Utility to load code for running QQQ customizers.
|
** Utility to load code for running QQQ customizers.
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
public class CustomizerLoader
|
public class QCodeLoader
|
||||||
{
|
{
|
||||||
private static final Logger LOG = LogManager.getLogger(CustomizerLoader.class);
|
private static final Logger LOG = LogManager.getLogger(QCodeLoader.class);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ public class CustomizerLoader
|
|||||||
Optional<QCodeReference> codeReference = table.getCustomizer(customizerName);
|
Optional<QCodeReference> codeReference = table.getCustomizer(customizerName);
|
||||||
if(codeReference.isPresent())
|
if(codeReference.isPresent())
|
||||||
{
|
{
|
||||||
return (CustomizerLoader.getFunction(codeReference.get()));
|
return (QCodeLoader.getFunction(codeReference.get()));
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
Reference in New Issue
Block a user