diff --git a/.idea/misc.xml b/.idea/misc.xml
index 2266f6b..6a8d183 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -4,7 +4,7 @@
-
+
\ No newline at end of file
diff --git a/src/test/kotlin/app/revanced/patcher/usage/ExampleResourcePatch.kt b/src/test/kotlin/app/revanced/patcher/usage/ExampleResourcePatch.kt
index db3b797..ae41181 100644
--- a/src/test/kotlin/app/revanced/patcher/usage/ExampleResourcePatch.kt
+++ b/src/test/kotlin/app/revanced/patcher/usage/ExampleResourcePatch.kt
@@ -5,7 +5,7 @@ import app.revanced.patcher.patch.implementation.ResourcePatch
import app.revanced.patcher.patch.implementation.metadata.PatchMetadata
import app.revanced.patcher.patch.implementation.misc.PatchResult
import app.revanced.patcher.patch.implementation.misc.PatchResultSuccess
-import com.sun.org.apache.xerces.internal.dom.ElementImpl
+import org.w3c.dom.Element
class ExampleResourcePatch : ResourcePatch(
PatchMetadata(
@@ -23,7 +23,7 @@ class ExampleResourcePatch : ResourcePatch(
val element = editor
.file
.getElementsByTagName("application")
- .item(0) as ElementImpl
+ .item(0) as Element
element
.setAttribute(
"exampleAttribute",