Skip to content

Commit cefc784

Browse files
committed
Merge branch '2.0.x'
2 parents 5bf51f5 + 9b8ead8 commit cefc784

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/export/properties/StepRegistryPropertiesConfigAdapterTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
/**
2626
* Base test for {@link StepRegistryPropertiesConfigAdapter} implementations.
2727
*
28+
* @param <P> properties used by the tests
29+
* @param <A> adapter used by the tests
2830
* @author Stephane Nicoll
2931
*/
3032
public abstract class StepRegistryPropertiesConfigAdapterTests<P extends StepRegistryProperties, A extends StepRegistryPropertiesConfigAdapter<P>> {

0 commit comments

Comments
 (0)