Skip to content

Commit

Permalink
remove unused annotations from DdmlibDeviceExtensions (MarathonLabs#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
tagantroy authored Apr 14, 2019
1 parent 5e5f332 commit 7eb9f84
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.malinskiy.marathon.android

import com.android.annotations.NonNull
import com.android.ddmlib.AdbCommandRejectedException
import com.android.ddmlib.IDevice
import com.android.ddmlib.IShellOutputReceiver
Expand Down Expand Up @@ -82,8 +81,8 @@ fun IDevice.safeClearPackage(packageName: String): String? {
}
}

fun getScreenRecorderCommand(@NonNull remoteFilePath: String,
@NonNull options: ScreenRecorderOptions): String {
fun getScreenRecorderCommand(remoteFilePath: String,
options: ScreenRecorderOptions): String {
val sb = StringBuilder()

sb.append("screenrecord")
Expand Down

0 comments on commit 7eb9f84

Please sign in to comment.