зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1477837 - Fix typo in comment documentation for function GeckoRuntimeSettings.getDisplayDensityOverride r=jchen
MozReview-Commit-ID: FqdSLvNJVao
This commit is contained in:
Родитель
bbb7acc3c6
Коммит
e76d5d449a
|
@ -481,7 +481,7 @@ public final class GeckoRuntimeSettings implements Parcelable {
|
|||
/**
|
||||
* Gets the display density override value.
|
||||
*
|
||||
* @returns Returns a positive number. Will return null if not set.
|
||||
* @return Returns a positive number. Will return null if not set.
|
||||
*/
|
||||
public Float getDisplayDensityOverride() {
|
||||
if (mDisplayDensityOverride > 0.0f) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче