mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 09:37:44 +08:00
Address CI Errors
This commit is contained in:
parent
a190653683
commit
704c56285c
@ -6,7 +6,7 @@
|
||||
/// <summary>
|
||||
/// An interface for copying token
|
||||
/// </summary>
|
||||
public interface IObjectCopier
|
||||
internal interface IObjectCopier
|
||||
{
|
||||
/// <summary>
|
||||
/// Copy the token to the destination stream
|
||||
|
||||
@ -98,10 +98,7 @@
|
||||
|
||||
case ObjectToken _:
|
||||
{
|
||||
|
||||
// This is because, since we don't write token directly to the stream. So we can't know the offset.
|
||||
// The token would be invalid. Although I don't think the copy of an object token would ever happen
|
||||
throw new NotSupportedException("Copying a Object token is not supported");
|
||||
throw new NotSupportedException("Copying a Object Token is not supported");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user