Spelling mistake fixes (#2151)

* Spelling mistake fixes

* Spelling mistake fix
This commit is contained in:
Adam Jones 2018-12-21 13:20:52 +00:00 committed by neslihanturan
parent d31574f6cd
commit fb3136ab19
31 changed files with 107 additions and 116 deletions

View file

@ -208,15 +208,15 @@ public class Media implements Parcelable {
}
/**
* Gets the datalength of the file.
* @return file datalength as a long
* Gets the dataLength of the file.
* @return file dataLength as a long
*/
public long getDataLength() {
return dataLength;
}
/**
* Sets the datalength of the file.
* Sets the dataLength of the file.
* @param dataLength as a long
*/
public void setDataLength(long dataLength) {