Skip to content

Commit 30adb5c

Browse files
committed
IHandler.getHandlerLabel should be @SInCE 3.12
1 parent 7a0d066 commit 30adb5c

File tree

1 file changed

+1
-1
lines changed
  • bundles/org.eclipse.core.commands/src/org/eclipse/core/commands

1 file changed

+1
-1
lines changed

bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/IHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public interface IHandler {
100100
*
101101
* @return name of the Handler, can be null
102102
*
103-
* @since 3.11
103+
* @since 3.12
104104
*/
105105
default String getHandlerLabel() {
106106
return null;

0 commit comments

Comments
 (0)