Skip to content

Commit 2cf8c3b

Browse files
committed
lint: Fix lint errors
1 parent 2b385a8 commit 2cf8c3b

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

what-the-stack/src/main/java/com/haroldadmin/whatthestack/Annotations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ internal annotation class HostAppProcess
1414
*/
1515
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
1616
@Retention(AnnotationRetention.SOURCE)
17-
internal annotation class ServiceProcess
17+
internal annotation class ServiceProcess

what-the-stack/src/main/java/com/haroldadmin/whatthestack/WhatTheStackExceptionHandler.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package com.haroldadmin.whatthestack
22

33
import android.os.Message
44
import android.os.Messenger
5-
import android.os.Process
65
import androidx.core.os.bundleOf
76

87
/**

what-the-stack/src/main/java/com/haroldadmin/whatthestack/WhatTheStackInitializer.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import android.content.Intent
66
import android.content.ServiceConnection
77
import android.os.IBinder
88
import android.os.Messenger
9-
import android.util.Log
109
import androidx.startup.Initializer
1110
import java.lang.Class
1211

what-the-stack/src/main/java/com/haroldadmin/whatthestack/WhatTheStackService.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import android.app.Service
44
import android.content.Context
55
import android.content.Intent
66
import android.os.*
7-
import android.util.Log
87

98
/**
109
* A Bound Service which runs in a separate process than the host application.
@@ -64,4 +63,4 @@ private class WhatTheStackHandler(
6463
applicationContext.startActivity(intent)
6564
}
6665
}
67-
}
66+
}

0 commit comments

Comments
 (0)