From 3f426c824c835f432bdfb94cf1069717ed0a20ef Mon Sep 17 00:00:00 2001 From: cketti Date: Mon, 13 Aug 2012 20:05:19 +0200 Subject: [PATCH] Fixed typo --- src/com/nobu_games/android/view/web/TitleBarWebView.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/nobu_games/android/view/web/TitleBarWebView.java b/src/com/nobu_games/android/view/web/TitleBarWebView.java index c012fce1e..4931bed03 100644 --- a/src/com/nobu_games/android/view/web/TitleBarWebView.java +++ b/src/com/nobu_games/android/view/web/TitleBarWebView.java @@ -288,9 +288,9 @@ public class TitleBarWebView extends WebView implements TitleBarDelegate { * {@code getTitleHeight()} of the {@link WebView}s in older Android versions. *
* What we should do, is return the title height on Jelly Bean and call through to the parent - * parent class on older Android versions. But this would require even more trickery, so we - * just inline the parent functionality which simply calls {@link View#getHeight()}. This is - * exactly what we do on Jelly Bean anyway. + * class on older Android versions. But this would require even more trickery, so we just + * inline the parent functionality which simply calls {@link View#getHeight()}. This is exactly + * what we do on Jelly Bean anyway. *

*/ @Override