Skip to content

Commit d8bbc4f

Browse files
committed
fix(lint): correct lint issues in spi test
1 parent 9c1437d commit d8bbc4f

File tree

4 files changed

+8
-56
lines changed

4 files changed

+8
-56
lines changed

agent/src/test/java/com/intergral/deep/agent/resource/ITestProvider.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2024 Intergral GmbH
2+
* Copyright (C) 2023 Intergral GmbH
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by
@@ -19,6 +19,9 @@
1919

2020
import com.intergral.deep.agent.api.spi.Ordered;
2121

22+
/**
23+
* This type is used to test SPI loading.
24+
*/
2225
public interface ITestProvider extends Ordered {
2326

2427
}

agent/src/test/java/com/intergral/deep/agent/resource/TestProvider.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2024 Intergral GmbH
2+
* Copyright (C) 2023 Intergral GmbH
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by
@@ -18,6 +18,9 @@
1818
package com.intergral.deep.agent.resource;
1919

2020

21+
/**
22+
* This type is used to test SPI loading.
23+
*/
2124
public class TestProvider implements ITestProvider {
2225

2326
}

examples/agent-only-load/src/main/java/com/intergral/deep/examples/MyPlugin.java

Lines changed: 0 additions & 36 deletions
This file was deleted.

examples/agent-only-load/src/main/resources/META-INF/services/com.intergral.deep.agent.api.spi.IDeepPlugin

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)