Skip to content

Commit 76d335a

Browse files
committed
Remove default value for @⁠ManagedOperationParameters container
1 parent 5b4511f commit 76d335a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-context/src/main/java/org/springframework/jmx/export/annotation/ManagedOperationParameters.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2022 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -39,6 +39,6 @@
3939
@Documented
4040
public @interface ManagedOperationParameters {
4141

42-
ManagedOperationParameter[] value() default {};
42+
ManagedOperationParameter[] value();
4343

4444
}

0 commit comments

Comments
 (0)