]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/MyWebView.java
Clean up imports.
[Dictionary.git] / src / com / hughes / android / dictionary / MyWebView.java
index abb7fdc9b6ed37b41673afd7ca9b32772266b5d3..b89cafe4e5816ee115988f93e71791b923446fa1 100644 (file)
@@ -1,8 +1,6 @@
 
 package com.hughes.android.dictionary;
 
-import com.hughes.util.StringUtil;
-
 import android.app.Activity;
 import android.content.Context;
 import android.content.Intent;
@@ -13,6 +11,7 @@ import android.webkit.WebView;
 import android.webkit.WebViewClient;
 
 import com.hughes.android.dictionary.engine.HtmlEntry;
+import com.hughes.util.StringUtil;
 
 public class MyWebView extends WebView {