mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-09 07:08:49 -04:00
Fix typos in Item.java.
The cpp method name is `getMimetype`, not `getMimeType`.
This commit is contained in:
parent
28f0acde24
commit
1c963273b7
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user