Fix typos in Item.java.

The cpp method name is `getMimetype`, not `getMimeType`.
This commit is contained in:
Matthieu Gautier 2023-01-24 15:18:17 +01:00
parent 28f0acde24
commit 1c963273b7

View File

@ -25,7 +25,7 @@ public class Item
{
public native String getTitle();
public native String getPath();
public native String getMimeType();
public native String getMimetype();
public native Blob getData();
public native long getSize();