Rename uploadAnonymous to upload

This commit is contained in:
MattBDev
2020-03-23 20:48:58 -04:00
parent e7df3177cc
commit b2e3d40be2
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ public class FaweAPI {
* @return The download URL or null
*/
public static URL upload(final Clipboard clipboard, final ClipboardFormat format) {
return format.uploadAnonymous(clipboard);
return format.upload(clipboard);
}
/**