mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Remove unused withInstance method
This commit is contained in:
@ -155,14 +155,4 @@ public class AbstractActionInput
|
|||||||
this.asyncJobCallback = asyncJobCallback;
|
this.asyncJobCallback = asyncJobCallback;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************
|
|
||||||
** Fluent setter for instance
|
|
||||||
*******************************************************************************/
|
|
||||||
public AbstractActionInput withInstance(QInstance instance)
|
|
||||||
{
|
|
||||||
return (this);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user