unnecessary params
This commit is contained in:
parent
5d98295c59
commit
ae63a216a5
@ -106,10 +106,6 @@ public abstract class TrangaTask
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Don't call this
|
/// Don't call this
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="writer"></param>
|
|
||||||
/// <param name="value"></param>
|
|
||||||
/// <param name="serializer"></param>
|
|
||||||
/// <exception cref="Exception"></exception>
|
|
||||||
public override void WriteJson(JsonWriter writer, object? value, JsonSerializer serializer)
|
public override void WriteJson(JsonWriter writer, object? value, JsonSerializer serializer)
|
||||||
{
|
{
|
||||||
throw new Exception("Dont call this");
|
throw new Exception("Dont call this");
|
||||||
|
Loading…
Reference in New Issue
Block a user