Skip to content

Commit

Permalink
Remove unused clone() method
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jul 18, 2023
1 parent cd60b26 commit c80295f
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1106,11 +1106,4 @@ public OptionalInt getMaxWriterTasks(ConnectorSession session)
return delegate.getMaxWriterTasks(session);
}
}

@Override
protected Object clone()
throws CloneNotSupportedException
{
return super.clone();
}
}

0 comments on commit c80295f

Please sign in to comment.