Skip to content

Commit

Permalink
Update worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipbo…
Browse files Browse the repository at this point in the history
…ard/io/share/ClipboardShareDestination.java

Co-authored-by: Octavia Togami <octavia.togami@gmail.com>
  • Loading branch information
me4502 and octylFractal committed May 23, 2021
1 parent 647abec commit dfc4d29
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ public interface ClipboardShareDestination {
* @return The URI
* @throws Exception if it failed to share
*/
URI share(ClipboardFormat format, ClipboardShareMetadata metadata, ShareOutputConsumer serialize) throws Exception;
URI share(ClipboardFormat format, ClipboardShareMetadata metadata, ShareOutputConsumer serializer) throws Exception;

/**
* Gets the default clipboard format for this share destination.
Expand Down

0 comments on commit dfc4d29

Please sign in to comment.