aboutsummaryrefslogtreecommitdiffstats
path: root/manifmerger
diff options
context:
space:
mode:
Diffstat (limited to 'manifmerger')
-rwxr-xr-xmanifmerger/src/com/android/manifmerger/XmlUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifmerger/src/com/android/manifmerger/XmlUtils.java b/manifmerger/src/com/android/manifmerger/XmlUtils.java
index 40ddfda..778abea 100755
--- a/manifmerger/src/com/android/manifmerger/XmlUtils.java
+++ b/manifmerger/src/com/android/manifmerger/XmlUtils.java
@@ -255,7 +255,7 @@ class XmlUtils {
* @return The namespace prefix if found or null.
*/
static String lookupNsPrefix(Document doc, String nsUri) {
- return com.android.util.XmlUtils.lookupNamespacePrefix(doc, nsUri);
+ return com.android.utils.XmlUtils.lookupNamespacePrefix(doc, nsUri);
}
/**