Skip to content

Commit bbd63af

Browse files
takeyaqaSrinivasanTarget
authored andcommitted
delete nonexistent class from DefaultAspect (#1149)
1 parent c559326 commit bbd63af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/appium/java_client/events/DefaultAspect.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ class DefaultAspect {
9999
+ "execution(* org.openqa.selenium.ContextAware.*(..)) || "
100100
+ "execution(* io.appium.java_client.FindsByAccessibilityId.*(..)) || "
101101
+ "execution(* io.appium.java_client.FindsByAndroidUIAutomator.*(..)) || "
102-
+ "execution(* io.appium.java_client.FindsByIosUIAutomation.*(..)) || "
103102
+ "execution(* io.appium.java_client.FindsByWindowsAutomation.*(..)) || "
104103
+ "execution(* io.appium.java_client.FindsByIosNSPredicate.*(..)) || "
105104
+ "execution(* org.openqa.selenium.internal.FindsByClassName.*(..)) || "

0 commit comments

Comments
 (0)