Skip to content

Commit f9f8d0b

Browse files
nizarbenallajaikiran
authored andcommittedMay 16, 2024
8332101: Add an @since to StandardOperation:REMOVE in jdk.dynalink
Reviewed-by: jpai
1 parent f398cd2 commit f9f8d0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎src/jdk.dynalink/share/classes/jdk/dynalink/StandardOperation.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -95,6 +95,8 @@ public enum StandardOperation implements Operation {
9595
* <code>(receiver)&rarr;void</code> when used with {@link NamedOperation},
9696
* with all parameters being of any type (either primitive
9797
* or reference). This operation must always be used as part of a {@link NamespaceOperation}.
98+
*
99+
* @since 10
98100
*/
99101
REMOVE,
100102
/**

0 commit comments

Comments
 (0)