Skip to content

Commit ea4c0cf

Browse files
committed
fix: Remove noinspection tag
We can also exclude this annotation in Javadoc step though, this tag doesn't make sense for now
1 parent 90fd09d commit ea4c0cf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

sdkMock/src/main/java/com/deploygate/sdk/DeployGate.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
import android.app.Application;
44
import android.content.Context;
55

6-
/**
7-
* @noinspection ALL
8-
*/
96
public class DeployGate {
107

118
static void clear() {

sdkMock/src/main/java/com/deploygate/sdk/DeployGateSdkConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.deploygate.sdk;
22

3-
/** @noinspection ALL*/
43
public final class DeployGateSdkConfiguration {
54
private DeployGateSdkConfiguration() {
65
}

0 commit comments

Comments
 (0)